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

Interfacing of GSM modem with 8051 microcontroller

I'm able to send AT commands to GSM modem,

but i am not able interface my 8051 to GSM model.

can i get sample inerfacing code for 8051 micro controller.

Parents
  • If you people are uncomfortable with the writing then I will try to improve it now. I am new to the field of microcontrollers and I am reading it from the book of Scott Mcknzie. So,I will not be needing NAND operation.Instead I can use the two UART of 8051. Can anybody suggest me the algorithm of the program.What I have thought is that first of all microcontroller will take a string from gps reciever and pick the string of lattitude and longitude.After that the microcontroller will send the AT commands to the GSM modem to send the lattitude and longitude as a sms.

Reply
  • If you people are uncomfortable with the writing then I will try to improve it now. I am new to the field of microcontrollers and I am reading it from the book of Scott Mcknzie. So,I will not be needing NAND operation.Instead I can use the two UART of 8051. Can anybody suggest me the algorithm of the program.What I have thought is that first of all microcontroller will take a string from gps reciever and pick the string of lattitude and longitude.After that the microcontroller will send the AT commands to the GSM modem to send the lattitude and longitude as a sms.

Children