This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

gsm to 8051

I am interfacing gsm sim 900 with At89c52.I hav gone through all the AT commands.I have tried dem on Hyperterminal.I want to know how do we send a message from our mobile device to gsm modem and how to transmit it from modem to microcontroller.What commands to use!?? I have tried sending msg from pc to mobile..Pls help

Parents
  • This relates to Keil products how exactly?

    You could send an SMS from a mobile phone to the modem I you knew the phone#. On the modem you'd need to register on the network, and use the AT commands related to the SMS handling to observe if a message has been received, and to read that message. You'd need some basic code to parse the response from the AT commands to extract the message, and calling number.

Reply
  • This relates to Keil products how exactly?

    You could send an SMS from a mobile phone to the modem I you knew the phone#. On the modem you'd need to register on the network, and use the AT commands related to the SMS handling to observe if a message has been received, and to read that message. You'd need some basic code to parse the response from the AT commands to extract the message, and calling number.

Children
No data