This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Hello, I am using simple_at program to send sms. But it is not working. Commands like AT+CFUN?, AT+CFUN=1, AT+CEREG? are working, but when i use AT+CMGS command, other commands appear on the terminal and it shows error. I am not able to send sms.

Parents Reply
  • Hello,

    When I was using Bouygues, it was showing error for AT+CNUM command. Now I am using Free sim card. It's not showing error. But when I run the code, LTE monitor stops at ***** Booting Zephyr OS v1.14.99-ncs2 *****. Nothing happens after this. I have attached the screenshot for code.

    Sequence for AT command is:

    "AT+CPIN=1234",
    "AT+CFUN?",
    "AT+CFUN=1",
    "AT+CFUN?",
    "AT+CNUM"
    "AT+CEREG?",
    "AT+CNMI=3,2,0,1",
    "AT+CMGS=17\r07913396050096F511000B913367398624F30000AA03E8721E\x1A",

    Am I using AT commands correctly or there is some mistake?

Children
Related