SIM5300E AT Command Manual V1.02
<DataLen> the length of data got
Reference
Note
10.2.6 AT+HTTPREAD Read the HTTP Server Response
AT+HTTPREAD Read the HTTP Server Response
Test Command
AT+HTTPREAD=?
Response
+HTTPREAD: (list of supported <start_address>s),(list of supported<
byte_size>s)
OK
Write Command
AT+HTTPREAD=<start_address
>,<byte_size>
Response
+HTTPREAD: <date_len>
<data>
OK
Read data when AT+HTTPACTION=0 or AT+HTTPDATA is executed.
If<byte_size> is bigger than the data size received, module will only return
actual data size.
If error is related to ME functionality:
+CME ERROR: <err>
Execution Command
AT+HTTPREAD
Response
+HTTPREAD: <date_len>
<data>
OK
Read all data when AT+HTTPACTION=0 or AT+HTTPDATA is executed.
If error is related to ME functionality:
+CME ERROR: <err>
Parameters
<data> Data from HTTP server or user input.
<start_address> The starting point for data output.
0-319488 (bytes), the max value is due to the module used.
<byte_size> The length for data output.