SIM5300E AT Command Manual V1.02
Write Command
AT+HTTPDATA=<size>,<time>
Response
DOWNLOAD
OK
If error is related to ME functionality:
+CME ERROR: <err>
Parameters <size> Size in bytes of the data to POST.
1-319488 (bytes) the maximum size depends on the
module.
0 means delete all the content.
<time> 1000-120000 (millisecond) Maximum time in milliseconds to input
data.
Reference
Note:
It is strongly recommended to set enough time to input all data with the
length of <size>.
10.2.5 AT+HTTPACTION HTTP Method Action
AT+HTTPACTION HTTP Method Action
Test Command
AT+HTTPACTION=?
Response
+HTTPACTION: (0-2)
OK
Write Command
AT+HTTPACTION=<Method>
Response
OK
If error is related to ME functionality:
+CME ERROR: <err>
Unsolicited Result Code
+HTTPACTION: <Method>,<StatusCode>,<DataLen>
Parameters
<Method> HTTP method specification:
0 GET
1 POST
2 HEAD
<StatusCode> HTTP Status Code responded by remote server, it identifier
refer to HTTP1.1(RFC2616)
100 Continue
101 Switching Protocols