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
  • "modem is not responding properly"

    In what way is it "not responding properly"?
    What precisely is "improper" about it?

    How have you confirmed that it's the modem that is not responding "properly", rather than your code that is not sending the commands properly, and/or not handling the responses properly?

    Have you fully checked your hardware - is the baud rate corect? Are all the control signals correct? Is the cable good? Are the voltage levels correct?

    "Can you send some details regarding this?"

    Details of what, exactly?
    You haven't even said what modem you're using, so how can anyone give you anything detailed without that basic knowledge?!

    As I said before:

    Have you read the Manual for your GSM modem?
    Have you visited the manufacturer's website, and reviewed the available support materials - Application Notes, examples, reference designs, etc?

    Have you run your code in the Keil Simulator, connected to your modem?

    Again, You need to adopt a methodical approach to debugging this - take one step at a time, so that you know exactly what does and does not work.

Reply
  • "modem is not responding properly"

    In what way is it "not responding properly"?
    What precisely is "improper" about it?

    How have you confirmed that it's the modem that is not responding "properly", rather than your code that is not sending the commands properly, and/or not handling the responses properly?

    Have you fully checked your hardware - is the baud rate corect? Are all the control signals correct? Is the cable good? Are the voltage levels correct?

    "Can you send some details regarding this?"

    Details of what, exactly?
    You haven't even said what modem you're using, so how can anyone give you anything detailed without that basic knowledge?!

    As I said before:

    Have you read the Manual for your GSM modem?
    Have you visited the manufacturer's website, and reviewed the available support materials - Application Notes, examples, reference designs, etc?

    Have you run your code in the Keil Simulator, connected to your modem?

    Again, You need to adopt a methodical approach to debugging this - take one step at a time, so that you know exactly what does and does not work.

Children