![GOSUNCN ME3630 Series Command Reference Manual Download Page 132](http://html.mh-extra.com/html/gosuncn/me3630-series/me3630-series_command-reference-manual_2247368132.webp)
All Rights reserved, No Spreading without GOSUNCN Permission
131
AT Command Reference Guide of Module Product
ME3630
+ZIPSETRPT=?
<CR><LF>+ ZIPSETRPT: (0-1) <CR><LF>
<CR><LF>OK <CR><LF
Parameter
<view_mode>:
0: HEX format
1: raw data(default value)
e.g.
AT+ZIPSETRPT?
+ZIPSETRPT: 1
OK
AT+ZIPSETRPT=?
+ZIPSETRPT: (0,1)
OK
+ZIPRECV: 1,125.15.143.92,3000,4,ABCD
AT+ZIPSETRPT=0
OK
+ZIPRECV: 1,125.15.143.92,3000,4,61626364
11.12.
AT+ZIPSENDRAW send raw data
This command is used to send the raw data provided by MCU/AP Side. After this command, the module will receive raw data
from serial device and then quit until the received data length exceed the set length or timeout.
Command
Response
+ZIPSENDRAW=<socket_ID>,<len>
[,<timeout>]
<CR><LF>><space><data><CR><LF>
<CR><LF>OK <CR><LF>
or
<CR><LF>ERROR<CR><LF>
+ZIPSENDRAW=?
<CR><LF>+ZIPSENDRAW: (1-5),(1-1024),(0-60) <CR><LF>
Parameter
<
socket_ID >: range is 1-5, valid socket ID.
<len>: range is 1-1024, the length of data need to be sent.
<timeout>: range is 0-60, Unit is s(second),the timeout, 0 is stand not enable Timeout mechanism
Example
AT+ZIPSENDRAW=1,10
> 0123456789 //The data need to be sent
OK