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,
Is there any way in which I can interface a GSM modem with a 8051 and retrieve the decoded SMS. The motivation behind this is that... even if i can get the encoded SMS from the GSM modeme using AT commands, the decoding complexity is very high for a 8051. And I think the GSM module should have some kind of decoding code (using this would be benificial and reduce code complexity for 8051)
Also please let me know exactly how to interface the GSM modem to 8051. I dont want a PC interface in between.
Please help me out..
Sambit NIT ROURKELA
Create the minimum complete application that just attempts to send an SMS. If this works, then build on it, adding-in your other functionality one step at a time. Test throughly after each step. Save a backup of each step.
If it doesn't work, post it here - taking care to read & follow the instructions for posting source code. Also be sure to use copy-and-paste (don't manually re-type), no TABs (spaces only).