Hi! I am try to communicate a microcontroller with the BG 96. I need make a HTTP POST in this URL:
https://dev.vantiq.com/api/v1/resources/procedures/test, but when the microcontroller try to set the URL the BG 96 response is : +CME ERROR: 711
AT
OK
AT+COPS=0,2,“334020”,0
OK
AT+QCFG=“band”,0000000F,400A0E189F,A0E189F
OK
AT+QICSGP=1,1,“internet.itelcel.com”
OK
AT+QIACT=1
OK
AT+QHTTPCFG=“contextid”,1
OK
AT+QHTTPCFG=“requestheader”,1
OK
AT+QHTTPCFG=“responseheader”,1
OK
AT+QHTTPCFG=“sslctxid”,1
OK
AT+QHTTPCFG=“contenttype”,1
OK
AT+QHTTPURL=55,5000
CONNECT
https://dev.vantiq.com/api/v1/resources/procedures/test
+CME ERROR: 711
however, when I test the commands in the serial monitor (Arduino)… it is Ok… What it could be wrong?