- This topic has 2 replies, 3 voices, and was last updated 10 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 › 8051 › Sms based relay operate
I hope you find this link helpful
http://www.engineersgarage.com/embedded/arduino/how-receive-sms-using-gsm-module-arduino
Hi,
You can fix a format like
*FAN ON *
*FAN OFF *
*BULBON *
*BULBOFF*
Here I have fixed length of my string betwen two *. You can use this kind of fix format and it will be very easy.
Now program 8051 with serial interrupt and receive a fix length array. In this way you can work.