AT Commands User Manual Page
Base on the basic mode, Module achieve the TCP/IP stack by AT command. In additional, Module
supports another mechanism to complete the TCP/IP stack in HEX mode. The data will be sending in
HEX when we use +MIPSEND command.
+MIPPUSH:
<Socket_ID>,<Status>
+MIPSEND:
<Socket_ID>,<Status>,<FreeSiz
e>
or:
ERROR
After command received,
Module will respond
“><CR><LF>”.
Send any data in HEX. The
data buffer range is
0<buffer<=1400 bytes.
<CTRL+Z> ends the prompt
HEX mode and returns to
regular AT command mode.
Example:
Opening socket 2 already.
AT+MIPSEND=2
>>This is the data in HEX<CTRL+Z> //<CTRL+Z> ends the prompt HEX mode and returns to
regular AT command mode
OK
+MIPPUSH: 2,0
+MIPSEND: 2,0,2048
OK
+MIPPUSH:
<Socket_ID>,<Status>
After command received, Module
will respond “><CR><LF>”.