Other Parts Discussed in Thread: MSP430G2553
Friends
Please provide me a c program for ccs to send and receive message using sim300 on msp430g2553 launchpad.
Also how to decode the received message to hex value?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Other Parts Discussed in Thread: MSP430G2553
Friends
Please provide me a c program for ccs to send and receive message using sim300 on msp430g2553 launchpad.
Also how to decode the received message to hex value?
Hi,
For receiving message, you can use uart_gets() and uart_getc() from link provided in previous post.
or follow this one.
http://extremeelectronics.co.in/avr-tutorials/sending-an-receiving-sms-using-sim300-gsm-module/
Received message is string of character.
If so, you can convert string of char to hexadecimal function.
YOu can write by own or
May this help.
www.daniweb.com/.../convert-string-to-to-hex
Regards,
Keerthi G.
**Attention** This is a public forum