AT Commands User Manual Page
+MIPSEND:
<Socket_ID>,<Status>,<FreeSiz
e>
characters (2048 in coded
form).
<Status>:
0 - Success
1 - Socket is flowed off
+MIPSEND
<Socket_ID>,<FreeSize>>[<Soc
ket_ID>,FreeSize>]<CR><LF>
OK
For all ACTIVE sockets.
The following table shows the +MIPSEND parameters.
1,2,3,4 Number of valid socket
Free space in current buffer. Free size is calculated from the 2048.
0< Free Size < 2048
User data string is sent encoded with 0-F hexadecimal digits (String ends with a
<CR>)
Example:
(Socket 4 was not opened using +MIPOPEN AT command)
AT+MIPSEND=4,"4444"
ERROR
AT+MIPSEND=1,"4444"
+MIPSEND: 1,0,2046 //2048- 2 chars 'DD' = 2046
OK
AT+MIPSEND=?
ERROR
AT+MIPSEND?
+MIPSEND: 1,2048
+MIPSEND: 2,2048 //Sockets 1 and 2 were opened using + MIPOPEN AT command
OK