Smart Machine Smart Decision
SIM7500_SIM7600 Series_AT Command Manual_V1.07 2017-12-25
Syntax
Test Command Responses
AT+CHTTPSSEND=? +CHTTPSSEND: (1-2048)
OK
ERROR
Read Command Responses
+CHTTPSSEND: <unsent_len>
OK
ERROR
AT+CHTTPSSEND=<len> >
OK
Execute Command Responses
AT+CHTTPSSEND OK
ERROR
Defined values
The length of the data in the sending buffer which is waiting to be sent.
<len>
The length of the data to send
<result>
The final result of the sending.
0 – ok
1 – unknown error
2 – busy
3 – server closed
4 – timeout
5 – transfer failed
6 – memory error
7 – invalid parameter
8 – network error
Examples
>GET / HTTP/1.1
Host: www.mywebsite.com
User-Agent: MY WEB AGENT