I am struggling with HL7800 module that we are integrating into our product.
The UDP communication works just fine but when it is time to talk HTTP, it says operation not permitted.
Can you check what is going wrong?
Here are the logs of the commands sent manually.
AT+COPS?
+COPS: 0,0,“Verizon Wireless”,7
OK
AT+KCNXUP=1
+CME ERROR: 910
AT+KCNXDOWN=1
OK
AT+KCNXUP=1
OK
+KCNX_IND: 1,1,0
AT+KHTTPCFG=1,“www.google.com”
+CME ERROR: operation not supported
AT+KTCPCFG=1,0,"www.google.com,80
+CME ERROR: Operation not allowed
Hi,
The HTTP command is correct, what is the current firmware?
For the TCP command, you are missing " . It should be AT+KTCPCFG=1,0,“www.google.com”,80
I have updated the modem with the HL7800/HL7800-M Firmware Release 3.7.2.3. This update I guess broke a lot of things. AT+CMEE=2 doesn’t work. It returns with
AT+CMEE=2
+CME ERROR: 3
I have been trying to connect it to the network and so far there have been no success.
Is 3.7.2.3 a stable release?
AT+COPS=0 gives a timeout or error 515 or PLMN Busy which is not listed in the at command document.
Lot of issues.
Hi,
Sierra is aware of this issue. There are some changes of this FW so we can not upgrade directly from 1.7.15 to 3.5 (3.7.2). The fix may be available in the next build.
Please fall back to FW 1.7.15 and use TCP instead of HTTP.
Or please contact your distributor to get the instruction of upgrading.
Sorry for this inconvenience.
Thanks,