CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 13 of 13

Threaded View

  1. #1
    Join Date
    Jun 2005
    Location
    Davao City, Philippines
    Posts
    28

    Exclamation using AT Command to receive and display SMS

    hi im developing a c# console application to send and receive sms via nokia 30 gsm modem.

    i finished the sending part. my problem now is the receiving part. i use the AT Command "AT+CNMI=1,2,0,0" to receive new messages. however, when a new message arrived, the new message is not shown or displayed in the console.

    i tried issuing the same command in Hyperterminal and it works. after issuing a command, i send a message to my gsm modem and the hyperterminal showed or displayed the message i sent.

    how can i make my console application work like a hyperterminal? please help me...

    thank you so much!
    Last edited by byang; June 30th, 2005 at 07:31 PM.

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