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

GSM question

Hi guys please let me know if I can post a question regarding GSM modem over here My modem is working fine just when I try to receive msg through at+cmgr=1
1st character I get is not '+' Its not related to h/w but programming and response of GSM modem for at commands so is it ok if I post my query over here?

Parents
  • Thanks Andy, you can see in one of the above post I've written my initialization code

    at<CR>
    ate0<CR>
    atv0<CR>
    at+cmgf=1<CR>
    at+cpms="SM"<CR>
    


    so I hope for

    at+cmgr=1<CR>
    


    I should get '+' as my first character
    Am I correct?
    One more thing after reading/manipulating that msg I'm deleting it

    at+cmgd=1<CR>
    


    so next msg should be at index 1, right?

Reply
  • Thanks Andy, you can see in one of the above post I've written my initialization code

    at<CR>
    ate0<CR>
    atv0<CR>
    at+cmgf=1<CR>
    at+cpms="SM"<CR>
    


    so I hope for

    at+cmgr=1<CR>
    


    I should get '+' as my first character
    Am I correct?
    One more thing after reading/manipulating that msg I'm deleting it

    at+cmgd=1<CR>
    


    so next msg should be at index 1, right?

Children