Help Needed SMS Receiving in C#

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • senthurganesh
    New Member
    • Feb 2008
    • 5

    Help Needed SMS Receiving in C#

    Hai Am Develop SMS Sending using datacable. Now Problem Is How To Read The SMS (How To Receive SMS) and Stored The SMS.

    Any Body Know How To Receive SMS using Serial Port Communication in c#.
  • wimpos
    New Member
    • Jan 2008
    • 19

    #2
    Originally posted by senthurganesh
    Hai Am Develop SMS Sending using datacable. Now Problem Is How To Read The SMS (How To Receive SMS) and Stored The SMS.

    Any Body Know How To Receive SMS using Serial Port Communication in c#.
    That depends on the device you are connected with
    Using a cellphone you van use AT commands
    You can compose a string containing al the correct AT Commands and data (phone number, sms text) and write it the correct serial port

    When you 'r using a nokia phone connected to your pc,
    usabel at commands are listed here http://www.activexperts.com/activsms/atcommands/nokia/
    send these commands in clear text to your phone and it wil respond

    HINT: first try to setup a call and terminate, that is much easier than sending sms

    Regards

    Comment

    Working...