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

GSM interfacing with microcontroller

i am doing a project with gsm modem interfaced with ARM. and i my interface of gsm and muc is not working. i am using simcom gsm.and LPC2129/2368 microcontroller i am getting the GSM data through UART1 interrupt. please give me the connection details i.e. RS232 between the two and the UART1 settings

Parents
  • Sorry - I meant, What checking, testing, debugging, etc, have you done to find out why it is not working?

    ie,

    Have you checked your connections between the microcontroller & GSM module?

    What testing have you done to ensure that your microcontroller is sending & receiving characters correctly?

    What debugging have you done to see that your code is correctly handling the sent & received characters, interrupts, etc?

Reply
  • Sorry - I meant, What checking, testing, debugging, etc, have you done to find out why it is not working?

    ie,

    Have you checked your connections between the microcontroller & GSM module?

    What testing have you done to ensure that your microcontroller is sending & receiving characters correctly?

    What debugging have you done to see that your code is correctly handling the sent & received characters, interrupts, etc?

Children