hi, im new to programming a microcontroller to control a GSM modem to send and receive sms. anyone here have any good sites to recommand that teaches you how to write the program of it ?
or would be appreciated if someone could write me one and explain abit if possible.
greatly appreciated.
Nothing magic about using a microcontroller.
1) Play around with a modem on your PC 2) Look at sample applications for your development board. 3) Get serial ports to work on your development board. 4) Write microcontroller program to send data to the modem, and pick up any responses.