All Rights reserved, No Spreading without GOSUNCN Permission
124
AT Command Reference Guide of Module Product
ME3630
2:Connecting
(should not be used to set)
3:Disconnecting (should not be used to set)
<IP address>: The IP address when connect to Network successful.
e.g.
AT+ZIPCALL=1
OK
+ZIPCALL: 1, 1.1.72.120
AT+ZIPCALL?
+ZIPCALL: 1, 1.1.72.120
OK
11.3.
AT+ZIPOPEN Establish TCP/UDP Connection
Extensible AT command, this command is used to Establish TCP/UDP connection with remote server. It will report
+ZIPSTAT automatically to indicate the socket state.
Command
Possible response
+ZIPOPEN=<Socket id>,<Protocol Type>,
<Remote Address>,<Remote port>[,< Local
port>]
<CR><LF>OK<CR><LF>
<CR><LF>+ZIPSTAT: <Socket id>,<Status> <CR><LF>
or
<CR><LF>+CME ERROR: <err><CR><LF>
+ZIPOPEN?
When there is valid socket, it will return:
<CR><LF>+ZIPOPEN: <Socket id>,<Protocol Type>,<Remote Address>,<Remote
port><CR><LF>
[...]
<CR><LF>OK<CR><LF>
or When there is no valid socket, it will return:
<CR><LF>+ZIPOPEN: 0<CR><LF>
<CR><LF>OK<CR><LF>
+ZIPOPEN=?
<CR><LF>+ZIPOPEN: (list of supported <Socket id>s),(list of supported
<Protocol Type>s),<Remote Address>[, (list of supported <Remote
port>s)]<CR><LF>
<CR><LF>OK<CR><LF>
Defined values
<Socket id>: Socket Connection indication
0:Invalid Socket id
1
~
5:Valid Socket id
<Type>: The protocol type of socket connection
0:TCP
1:UDP
<Remote IP >: IP address or Domain name of Remote server.
<Remote port>:Server port of Remote server, range: 1-65535
<Local port>:Local port,range: 1-65535
<Status>: State of Socket Connection