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 kit to microcontroller

hi friends, am doin my engineering in Computer Science.. And i need help to interface a gsm kit to microcontroller(non specific)... i want send sms to specialised nos through my program in java and send it through MC to Gsm... Can anybody help me out if they know how to interface or if they hav made any projects like the same, i'll be very thankfull,...

Parents
  • Computer Science should imply the ability to use Google and to read PDF documents.

    Interfacing a GSM phone or module to a microcontroller is just a question of figuring out what signals you have, and what logic levels they have. And of course, if the GSM module/phone is using USB or normal UART-based communication.

    There are hw and programming documents for the microcontroller.
    There are hw and commandset documents for the GSM.
    There are much, much, much documentation on the net.
    There are sample applications for the microcontroller - how to handle serial ports etc.

Reply
  • Computer Science should imply the ability to use Google and to read PDF documents.

    Interfacing a GSM phone or module to a microcontroller is just a question of figuring out what signals you have, and what logic levels they have. And of course, if the GSM module/phone is using USB or normal UART-based communication.

    There are hw and programming documents for the microcontroller.
    There are hw and commandset documents for the GSM.
    There are much, much, much documentation on the net.
    There are sample applications for the microcontroller - how to handle serial ports etc.

Children