All Rights reserved, No Spreading without GOSUNCN Permission
119
AT Command Reference Guide of Module Product
ME3630
Example
AT+ZADB?
+ZADB: 0
OK
AT+ZADB=?
+ZADB: (0:close adb/1:open adb)
OK
AT+ZADB=1
OK
AT+ZADB?
+ZADB: 1
OK
10.8.
AT+ZADSET Port Switch between RNDIS/NDIS in Windows System
This command is used to do port swith between RNDIS/NDIS in Windows System.
Command
Possible response
+ZADSET=<n>
<CR><LF>OK<CR><LF>
+ZADSET=?
<CR><LF>+ZADSET: (n/N,r/R,e/E)<CR><LF>
<CR><LF>OK<CR><LF>
+ZADSET?
+ZADSET: <n>
<CR><LF>OK<CR><LF>
Parameter
<n>:
N/n – Switch the USB interface to adaptive to WindowsXP/7/VISTA/WinCE system in NDIS mode, this command need to
cooperate with command AT+ZSWITCH=X
R/r ---
Switch the USB interface to adaptive to WindowsXP/7/VISTA/WinCE system in RNDIS mode, this command need to
cooperate with command AT+ZSWITCH=X
E/e—Switch the USB interface to adaptive to Linux/Android system in ECM mode, this command need to cooperate with
command AT+ZSWITCH=L
Example
AT+ZADSET=N
OK
AT+ZADSET?
+ZADSET: n
OK
AT+ZADSET=?
+ZADSET: (n/N,r/R,e/E)