We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi, I am using the Wavecom Classic module. I am able to control this module using 8051 for sending the SMS. When I try to receive the Message from the Module, I am failing. I know all the AT commands. What I need is how I can recive the data coming from module. There is no serial error or buad rate error. B'cos it is working for sending SMS. If any boday have a small part of teh code to receive the OK at aleast from the Modem..please advise me. Thank you
"...this may be because the modem echoes back the '\n' (which ends the 'gets' operation) before sending the reply you are waiting for, e.g. 'OK'"
That would be Number 6 on my previous list:
"6. The controller sent the command, the modem received it, sent a valid response, it reached the controller, but your software didn't correctly handle it."
See: http://www.keil.com/forum/docs/thread9644.asp
As previously noted, SIVA RAMA PRASAD S (aka "Ram siva"?) needs to put the work in to determining exactly what is and is not happening in his/her system...