AT Command

Description

AT+SHREAD command is used to read the HTTP response in the Simcom modules.


Support

Simcom Module Tutorial

Examples

KeywordsAT+SHREAD syntax, examples, parameters, error, input, response.

Try the below script in the AT Command Tester tool

//Script: at+shread - Read HTTP response in Simcom modules
//The AT commands in this script are applicable for Simcom modules only
//Check SIMCOM Module AT Command documentation

//Get the support for the commands
AT+SHREAD=?

//Wait
WAIT=1

//Read the HTTP response
AT+SHREAD=0,8

Output of the above script in the AT Command Tester tool

AT+SHREAD=?

+SHREAD: (0-153600),(1-153600)

OK
AT+SHREAD=0,8

OK

+SHREAD: 8
redire