We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
Hi everyone.
I am doing this project where I perform real time event operation using 8051. I am using GSM module to send/ and receive text from a hand held device to instruct operations that my 8051 needs to perform. It is basically a home based automation system using GSM module.
Now my question is how do I read only relevant part of the text? When I use GSM module by PC using Hyper terminal with following instruction: AT OK AT+CMGF=1 OK AT+CMGR=1 >+CMTI:........... .................. Hi. How are you
OK
I only want to read "Hi. How are you" part of the and nothing else. How do I design my code to do it? This is the part that is bugging me a lot. I would really appreciate your help in it.
Thank You