- This topic has 1 reply, 2 voices, and was last updated 10 years, 1 month 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 › Extracting a senders mobile no. using AT commands in gsm sim900
Hi everybody, I am doing a project. In that I want to extract a mobile number of sms sender and save it to the rom of 89c52.And for further operation it first compare the sender’s number with the number which is saved at the ROM .Please help me for extracting that senders number ….
Hi Prashant,
The response text of a message reception will be having the details like date, time and sender’s number also, everything kept in a format. I remember did the same task in a code by skipping the number of character that could appear before the actual mobile number in the response text, and then read further ten characters as mobile numbers.