This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Interface a GSM Modem and 8051 and retrieve decoded SMS

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

Parents
  • 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).

Reply
  • 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).

Children
No data