I have been trying init strings all day for my 4G Wavecom device I can send and receive SMS's but this constant traffic back and forth from the modem is bogging down my daemon...
I am encountering the old:
2017-04-22 12:52:38,7, GSM1: Command is sent, waiting for the answer
2017-04-22 12:52:38,7, GSM1: <- +CPMS: "SM",1,30,"SM",1,30,"SM",1,30 OK
2017-04-22 12:52:38,6, GSM1: Used memory is 1 of 30
2017-04-22 12:52:38,6, GSM1: Trying to get stored message 1
2017-04-22 12:52:39,7, GSM1: -> AT+CMGR=1
2017-04-22 12:52:39,7, GSM1: Command is sent, waiting for the answer
2017-04-22 12:52:39,7, GSM1: <- +CMS ERROR: 321 (Invalid memory index)
2017-04-22 12:52:39,6, GSM1: Trying to get stored message 2
2017-04-22 12:52:39,7, GSM1: -> AT+CMGR=2
2017-04-22 12:52:39,7, GSM1: Command is sent, waiting for the answer
2017-04-22 12:52:39,7, GSM1: <- +CMS ERROR: 321 (Invalid memory index)
2017-04-22 12:52:39,6, GSM1: Trying to get stored message 3
2017-04-22 12:52:40,7, GSM1: -> AT+CMGR=3
2017-04-22 12:52:40,7, GSM1: Command is sent, waiting for the answer
2017-04-22 12:52:40,7, GSM1: <- +CMS ERROR: 321 (Invalid memory index)
2017-04-22 12:52:40,6, GSM1: Trying to get stored message 4
2017-04-22 12:52:40,7, GSM1: -> AT+CMGR=4
2017-04-22 12:52:40,7, GSM1: Command is sent, waiting for the answer
2017-04-22 12:52:40,7, GSM1: <- +CMS ERROR: 321 (Invalid memory index)
2017-04-22 12:52:40,6, GSM1: Trying to get stored message 5
2017-04-22 12:52:41,7, GSM1: -> AT+CMGR=5
Any help would be appreciated...