LISA-C200 & FW75-C200
AT commands examples - Application Note
CDMA-CS-12000
Preliminary
Page 25 of 41
8
HTTP AT commands
CDMA terminal configuration, allows an HTTP session to start straight from idle state, no need to preconfigure
the device prior to start a Data session.
HTTP parameters are not saved in the non-volatile memory, therefore it will be erased at power down.
Command
Response
Description
AT+CMEE=2
OK
Set verbose error messages
AT+UHTTP=0
OK
Reset HTTP profile #0
AT+UHTTP=0,1,"WWW.MODERNDYNAM
IC.COM"
OK
Set the server domain
AT+UHTTP=0,1
+UHTTP:
0,1,WWW.MODERNDYNAMIC.COM
OK
Returns the values set for HTTP server name for profile
#0
AT+UHTTPC=0,0,"/","HEAD.TXT"
OK
+UUHTTPCR: 0,0,1
OK
Sending the command HEAD to the HTTP server.
The first “OK” response is a confirmation the
command has been delivered.
The +UUHTTPCR is the URC coming from the server,
in this case, confirming the command “0” from
profile “0” has been successfully.
AT+UHTTPC=0,1,"/UBLOX/GET.PHP
","GET.TXT"
OK
+UUHTTPCR: 0,1,1
OK
Sending the command GET to the HTTP server, the
URC confirms the success of the request.
AT+UHTTPC=0,2,"/UBLOX/DELETE.
PHP","DELETE.TXT"
OK
+UUHTTPCR: 0,2,1
OK
Sending the command DELETE to the HTTP server, the
URC confirms the success of the request.
AT+UHTTPC=0,5,"/UBLOX/POST.PH
P","POST.TXT","NAME=acr&LASTN
AME=b",0
OK
+UUHTTPCR: 0,5,1
OK
Sending the command POST to the HTTP server, the
URC confirms the success of the request.
AT+ULSTFILE="ALL"
+ULSTFILE:
"DELETE.TXT","GET.TXT","HEAD.
TXT","POST.TXT"
OK
Lists all the files stored in the system file of the
module as consequence of the above requests.
LISA-C
FW75