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
  • Thank you. From the +CNUM documentation:

    An ERROR response is returned if MSISDN is not available on SIM card or if SIM card is not initialized.

    So the MSISDN is probably not available on the Boyugues SIM card.

    Again, have you confirmed that the network you are on supports SMS?

    Have you made sure the prj.conf file enables the correct configs with regard to what network you're on?

    Are you on NB-IoT or LTE-M?

    Please attach your full working directory including the prj.conf file and CMakeLists.txt file. 

Children
Related