- This topic has 6 replies, 3 voices, and was last updated 13 years, 6 months ago by .
Viewing 7 posts - 1 through 7 (of 7 total)
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
|
Microcontroller › 8051 › project based on GSM
Hello everybody i m using 8051 microcontroller and gsm to send information.. but problem is there i cant understand the basic concept to send the data. Will please help me ??? What is the actual procedure to send the information which is stored in a 8051 microcontroller..??
hello Kunal,
i dint get you what kind of data you want to send using GSM. can you elobarte your project. how and where you want to send the data?
actualy i have stored some of data in 8051 controller in SBUFF registors and nw dnt know the next step to send all that in a SMS form by at commands.. and dont know how tao call that data to send ….so please help me..
okay.. thank you very very much..
if there is any link or tutorial available on internet which will help me to learn more and in brief about gsm and its at commands?
dont store data in sbuf because SBUF is a temporary storage of data received.. after receiving data you need to store it immediately to another variable..
search in this forum I have seen before a project exactly like this..
okay thanx a lot….