We have two of these modems bought in 2019 and they work exactly as stated in the user interface documentation. Recently we bought two more modems and they don’t work. I found two cases where a command triggered an echo of that command rather than a result. When I found a third violation, I gave up.
Details:
-
We clear the MT message buffer by sending the modem AT+SBDD1. The response should be 0 for success or 1 for failure. Instead we receive AT+SBDD1. So, the modem echoes our command rather than sending us the expected result. See page 82 of the reference.
-
We enable spontaneous event reporting, signal quality, and network status by sending the modem AT+CIER=1,1,1. It should respond with +CIEV:1,0 (network service currently unavailable) or +CIEV:1,1 (network service is available. See page 36 of the reference. Instead, we get a response of +CIER=0,0,0, our command to the modem to disable spontaneous event reporting, signal quality, and network status.
I did contact the manufacturer a week ago but no response.
Rick Sparber