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

89V51 MICROCONTROLLER & GSM900A DOES NOT COMMUNICATE EVERYTIME

Hello..
I am doing one project in which msg from GSM is read and it is Displayed to LCD.
but microcontroller 89v51 and GSM900A does not communicate every time..
sometimes it successfully happen that AT command from microcontroller is send to GSM and message from any no. to GSM is Displayed to LCD..
bt it's not happening everytime..
i am not getting the solution, Please help..
I have connect 12V,2A supply to GSM..
Microcontroller Rx pin connected to Tx of GSM..
Microcontroller Tx pin Connected to Rx of GSM..
and Ground to Ground..
Please help me.
what may be the problem?
and how should i fix that.

Parents
  • i am sending AT commands.
    and waiting for response..
    sequence
    AT\r\n
    monitoring response
    ATEO\r\n
    monitoring response
    AT&W\r\n
    monitoring response
    AT+CMGF=1\r\n
    monitoring response
    AT+CNMI=2,2,0,0,0\r\n
    monitoring response
    displaying on LCD "COMMAND SEND"
    then as soon as msg will come it will display to LCD..

    bt in actual LCD does not display COMMAND SEND. and msg can not be read..
    and some time it display COMMAND SEND and msg is also displayed to LCD bt after this if i send another msg it does not displayed on LCD..
    . connection is correct..
    12v ,2A supply is also given ..
    network is also available Sim..
    then what is the problem??

Reply
  • i am sending AT commands.
    and waiting for response..
    sequence
    AT\r\n
    monitoring response
    ATEO\r\n
    monitoring response
    AT&W\r\n
    monitoring response
    AT+CMGF=1\r\n
    monitoring response
    AT+CNMI=2,2,0,0,0\r\n
    monitoring response
    displaying on LCD "COMMAND SEND"
    then as soon as msg will come it will display to LCD..

    bt in actual LCD does not display COMMAND SEND. and msg can not be read..
    and some time it display COMMAND SEND and msg is also displayed to LCD bt after this if i send another msg it does not displayed on LCD..
    . connection is correct..
    12v ,2A supply is also given ..
    network is also available Sim..
    then what is the problem??

Children