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

Problem regarding read SMS

HI i am using ARM7 LPC2106
when i read a sms by AT +CMGR = 1
command i am able to read mobile number and time and date but not able to read text of that sms
ehat is the problem plz reply me......
thanks

Parents
  • There is a bug (or bugs) in your code - so you need to de-bug it!

    Debugging is a very important part of the development process:

    Debugging is detective work: you have to examine the evidence before you, and draw conclusions from it.

    So, what does the evidence tell you:

    Is the modem receiving your command?

    Is the modem responding correctly?

    Is the response reaching your microcontroller?

    Is your software correctly handling the response?

    From that evidence, you should be able to decide where you need to look more closely to narrow-down what is actually going wrong...

    Scientific approach to debugging:
    www.8052.com/.../118587

    www.8052.com/.../120313

Reply
  • There is a bug (or bugs) in your code - so you need to de-bug it!

    Debugging is a very important part of the development process:

    Debugging is detective work: you have to examine the evidence before you, and draw conclusions from it.

    So, what does the evidence tell you:

    Is the modem receiving your command?

    Is the modem responding correctly?

    Is the response reaching your microcontroller?

    Is your software correctly handling the response?

    From that evidence, you should be able to decide where you need to look more closely to narrow-down what is actually going wrong...

    Scientific approach to debugging:
    www.8052.com/.../118587

    www.8052.com/.../120313

Children