LISA-C200 & FW75-C200AT commands examples - Application NoteCDMA-CS-12000 Preliminary Page 25 of 418 HTTP AT commandsCDMA terminal configuration, allows an HTTP session to start straight from idle state, no need to preconfigurethe 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 DescriptionAT+CMEE=2 OK Set verbose error messagesAT+UHTTP=0OKReset HTTP profile #0AT+UHTTP=0,1,"WWW.MODERNDYNAMIC.COM"OKSet the server domainAT+UHTTP=0,1 +UHTTP:0,1,WWW.MODERNDYNAMIC.COMOKReturns the values set for HTTP server name for profile#0AT+UHTTPC=0,0,"/","HEAD.TXT" OK+UUHTTPCR: 0,0,1OKSending the command HEAD to the HTTP server.The first “OK” response is a confirmation thecommand has been delivered.The +UUHTTPCR is the URC coming from the server,in this case, confirming the command “0” fromprofile “0” has been successfully.AT+UHTTPC=0,1,"/UBLOX/GET.PHP","GET.TXT"OK+UUHTTPCR: 0,1,1OKSending the command GET to the HTTP server, theURC confirms the success of the request.AT+UHTTPC=0,2,"/UBLOX/DELETE.PHP","DELETE.TXT"OK+UUHTTPCR: 0,2,1OKSending the command DELETE to the HTTP server, theURC confirms the success of the request.AT+UHTTPC=0,5,"/UBLOX/POST.PHP","POST.TXT","NAME=acr&LASTNAME=b",0OK+UUHTTPCR: 0,5,1OKSending the command POST to the HTTP server, theURC confirms the success of the request.AT+ULSTFILE="ALL" +ULSTFILE:"DELETE.TXT","GET.TXT","HEAD.TXT","POST.TXT"OKLists all the files stored in the system file of themodule as consequence of the above requests.LISA-CFW75