![GOSUNCN ME3630 Series Command Reference Manual Download Page 133](http://html.mh-extra.com/html/gosuncn/me3630-series/me3630-series_command-reference-manual_2247368133.webp)
All Rights reserved, No Spreading without GOSUNCN Permission
132
AT Command Reference Guide of Module Product
ME3630
+ZIPSENDRAW: 1, 10
11.13.
AT+ZIPCREATE Data transparent transfer
This command is used to send the raw data provided by device, and transparent transfer the raw data. When send this
command, the module will get the data from the serial port, and end until r++.
This command is support by firmware ME3630E1CV1.0Bxx ,ME3630J2AV1.0B11 and above currently.
Command
Response
+ZIPCREATE=<socket_ID>
<CR><LF>><space><data><CR><LF>(Send +++ to exit transparent transfer)
<CR><LF>OK<CR><LF>
or
<CR><LF>ERROR<CR><LF>
Parameter
<
socket_ID >: range is 1-5, valid socket ID,
transparent transfer, send +++ to exit transparent transfer.
Note:
in order to prevent the +++ instruction be mistaken for data, this +++ need keep the interval at least 1000 ms to the raw
data. And the interval between three + need to be less than 900ms, otherwise, + will be treated as raw data.
Example
AT+ZIPCFG=3gnet
OK
AT+ZIPCALL=1
OK
+ZIPCALL: 1,10.188.234.150
AT+ZIPOPEN=1,0,219.144.130.27,21,8885
OK
+ZIPSTAT: 1,1
+ZIPRECV: 1,219.144.130.27,21,148
AT+ZIPCREATE=1 //start
Data transparent transfer, you don’t need to set the timeout or length of
data, you can send the data and end this mode by +++
> 123456789123332555563222456++
OK
11.14.
AT+ZDNSGETIP domain name resolution
This command is used for domain name resolution.
This command can be used only when registered to the network.
Note: This command doesn’t support IPv6. And this command is only supported by ME3630-E &ME3630-U
currently.
Command
Response