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
  • deare friend, i think there is a prob with your rs232
    -to TTl gateway , if you r connecting a modem with your 89s51 then u require is direct wire interface nomax232 conversion takes place...bcoz with PC it does..
    do this
    1.make a simple attention with 89s51.
    2. interconnect an lcd to display to check incoming strings.
    3. always check global interrupts priority levels.
    4.Then send a at with switch if you get ok in ur lcd
    then this means handshaking cleared....

Reply
  • deare friend, i think there is a prob with your rs232
    -to TTl gateway , if you r connecting a modem with your 89s51 then u require is direct wire interface nomax232 conversion takes place...bcoz with PC it does..
    do this
    1.make a simple attention with 89s51.
    2. interconnect an lcd to display to check incoming strings.
    3. always check global interrupts priority levels.
    4.Then send a at with switch if you get ok in ur lcd
    then this means handshaking cleared....

Children