- This topic has 1 reply, 2 voices, and was last updated 10 years, 11 months ago by .
Viewing 2 posts - 1 through 2 (of 2 total)
Viewing 2 posts - 1 through 2 (of 2 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › gsm interfacing wiht 8051 for recieving sms
pls send me code to display sms in text format from gsm i using at+_cmgf=1
command in program but i cant see any thing on lcd
Hi,
at+cmgf=1 is to set the text mode.
to send and to receive messages you should use some other commands like at+cmgs for sending and at+cmgr to read the received message.
Check the commands you have used.
Thanks