Smart Machine Smart Decision
SIM7500_SIM7600 Series_AT Command Manual_V1.07 2017-12-25
OK
OK
OK
+CIPCLOSE: 0,0
15.2.17 AT+CIPSTAT Inquire the total size of data sent or received
Description
This command is used to inquire the total size of data sent or received for a socket in multiple
socket modes (Only valid for client TCP socket mode).
SIM PIN References
YES Vendor
Syntax
Test Command Responses
AT+CIPSTAT=? +CIPSTAT: (list of supported <link_num>s)
AT+CIPSTAT=<link_num> +CIPSTAT: <sent_size>, <recv_size>
OK
+IP ERROR: <err_info>
ERROR
Defined values
a numeric parameter that identifies a connection. The range of permitted values is 0 to 9.
Total size of sent data.
<recv_size>
Total size of received data.
<err_info>
A string parameter that displays the cause of occurring error.
Examples
AT+CIPSTAT=0
+CIPSTAT: 10, 20