HI,
I am trying to send sms in text mode on MC7354 verizon module but i am getting a +CMS Error 350. The commands i used to send sms are as below
I am using minicom to communicate with the modem.
AT+CMGF=1 // to set text mode
AT+CMGS=“”
Hello
after some time the modem returns
+CMS ERROR: 350
The 7354 module is on LTE network
Using the same commands mentioned above i am able to send sms on 7354 AT&T modules.
Can any one tell what could be the issue?
Thanks