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
  • "I would like to know the interfacing part b/w GSM modem and Micro controllers"

    As stated here many times already, the modem neither knows nor cares what is connected to its serial port.
    It makes no difference to the modem whether it is connected to a microcontroller, a terminal, a PC, or anything.
    All the modem knows is that it needs to receive AT commands as described in its Manual, and then it will react as described in its Manual.

    So, obviously, the first thing you need to do is to read the modem's Manual!

    Similarly, as far as the microcontroller is concerned, this is simply a matter of sending and receiving serial data.

    All this has been discussed plenty of times here already - so follow the links already given in this thread, and do a search for "GSM Modem"

Reply
  • "I would like to know the interfacing part b/w GSM modem and Micro controllers"

    As stated here many times already, the modem neither knows nor cares what is connected to its serial port.
    It makes no difference to the modem whether it is connected to a microcontroller, a terminal, a PC, or anything.
    All the modem knows is that it needs to receive AT commands as described in its Manual, and then it will react as described in its Manual.

    So, obviously, the first thing you need to do is to read the modem's Manual!

    Similarly, as far as the microcontroller is concerned, this is simply a matter of sending and receiving serial data.

    All this has been discussed plenty of times here already - so follow the links already given in this thread, and do a search for "GSM Modem"

Children