- This topic has 2 replies, 2 voices, and was last updated 11 years, 1 month ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
- You must be logged in to reply to this topic.
|
Microcontroller › PIC › Carriage Return
I am using pic18f4550 to read a messag from gsm but when i run the program my first receive is carriage return and i m confused what to do. Can anybody help me i have just 2 days before submission of my project.
Hi,
The actual message will apear after so many characters only. Try to read the entire data received from the GSM and search for the actual message in it.
I am using the message prompt so when ever my gsm module gets a message it sends me a string of+CMT and the string containg the details and message. So I keep a check to see if the prompt is + or any other thing but the gsm sends me a carriage return first and then continoulsy device control 1 so iam not able to read the message correctly.