CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 6 of 6
  1. #1
    Join Date
    Jan 2008
    Location
    India
    Posts
    780

    Black Berry not working with AT commands to Send SMS.

    Hi all,

    i m working on sending SMS application by AT Commands,

    here Nokia,Sony,LG,Samsung mobile working ok.

    now i want to connect blackberry here,but its not able to sebd sms by AT commands in case of blackberry.

    please tell me ,

    is black berry not supported AT commands for Send SMS.

    thanks.
    IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

  2. #2
    Join Date
    Sep 2004
    Location
    Holland (land of the dope)
    Posts
    4,123

    Re: Black Berry not working with AT commands to Send SMS.

    Why do you keep asking these questions on Codeguru ? There are forums out there that specialize in questions like these. This forum is for Visual C++, not for AT phone commands.

  3. #3
    Join Date
    Jan 2008
    Location
    India
    Posts
    780

    Re: Black Berry not working with AT commands to Send SMS.

    Actully i m sending These AT commands in My VC++ MFC application thats y i m asking these question here.

    Please tell me the Purticular fomr name on codeguru for AT commands.

    thanks.
    IN A DAY, WHEN YOU DON'T COME ACROSS ANY PROBLEMS - YOU CAN BE SURE THAT YOU ARE TRAVELLING IN A WRONG PATH

  4. #4
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Black Berry not working with AT commands to Send SMS.

    Quote Originally Posted by vjshankwar View Post
    Actully i m sending These AT commands in My VC++ MFC application thats y i m asking these question here.
    So if you used another language, would the answer be different? Just because by chance, you're using C++ to do the work doesn't mean the question is a C++ question. Your question is a technology-based one, not a language/MFC-based question.
    Please tell me the Purticular fomr name on codeguru for AT commands.
    There is a Mobile and Wireless development forum.

    Regards,

    Paul McKenzie

  5. #5
    Join Date
    Apr 1999
    Posts
    27,449

    Re: Black Berry not working with AT commands to Send SMS.

    Quote Originally Posted by Skizmo View Post
    Why do you keep asking these questions on Codeguru ? There are forums out there that specialize in questions like these. This forum is for Visual C++, not for AT phone commands.
    Many new posters think that just because they're using C++, or if C++ is even in the title of their forum message, it gets posted to this forum.

    I had an ongoing conflict a while back with someone who was really asking a C# question, but just because the word "C++" appeared in their message title, they insisted on posting here.

    Regards,

    Paul McKenzie
    Last edited by Paul McKenzie; April 19th, 2010 at 07:53 AM.

  6. #6
    VictorN's Avatar
    VictorN is offline Super Moderator Power Poster
    Join Date
    Jan 2003
    Location
    Hanover Germany
    Posts
    20,396

    Re: Black Berry not working with AT commands to Send SMS.

    Many modem types do not support AT commands (at least sent to them "directly" as AT-commands).
    For example: Nokia D211 and many other Nokia models. Instead Nokia provides special SDK to use with those modems.
    So, have a look at the site of your modem manufacture (blackberry) and search for appropriate SDK.
    Victor Nijegorodov

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured