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 gsm modules with microcontroller

pls, i need help. i am currently writing a project using interactive voice response system and i need to interface a gsm modem to a microcontroller using AT commands. anyone with useful info should pls send me help. thanks

Parents
  • You have to use AT commands for interfacing with GSM modem,for that u have to read AT command manual.and modem should interface on UART.
    after sending command to modem you can observe responce of modem on hyperterminal,If u getting OK then after sucessful communication.and gives ERROR when fails to communate.

Reply
  • You have to use AT commands for interfacing with GSM modem,for that u have to read AT command manual.and modem should interface on UART.
    after sending command to modem you can observe responce of modem on hyperterminal,If u getting OK then after sucessful communication.and gives ERROR when fails to communate.

Children