I am receiving a CME Error 923 from a RC7620 modem without a clear indication of any issue:
Tx: AT+COPS?
Rx: +COPS: 0,0,“Optus AU IoT eSim”,2
Rx: OK
Tx: AT+KTCPCFG=1,0,“a valid internet address”,10113
Rx: +KTCPCFG: 1
Rx: OK
Tx: AT+KTCPCNX=1
Rx: OK
Rx: +KCNX_IND: 1,4,1
Rx: +KCNX_IND: 1,1,0
Tx: AT+KTCPSND=1,28
Rx: +CME ERROR: 923
The “+KCNX_IND: 1,1,0” states the socket is connected, however any attempt to send data results in a 923 error (Error due to invalid state of terminate port data mode).
What is the issue here and how can I work around it?