© 2022 ANTZER TECH CO., LTD.
21
@@,53,37,352753092131646,
3
,+VER,00022412a4,190325,092949*34<CR><LF>
Read Command:
AT+<CMD>?<CR><LF>
Read Command Response:
@@,<Len>,<Seq_ID>,<UD>,<EC>,<CMD>,<Parameter1>,<Parameter2>,<Parameter3>…
.<GD>,<GT>*XX<CR><LF>
Example: set command ok
[TCP--->Device]
AT+TRCK,1,30 <CR><LF>
[Device--->TCP]
@@,42,4,357520073781805,
3
,+TRCK,190321,115500*35<CR><LF>
Command list:
//WWAN: set parameters of your WWAN module (SIM card information)
AT+WWAN,<WWAN_Enable>,<APN>,< Host_IP >,< Socket_Type >,< Host_Port >,<
UDP_LocalPort >,< UserName >,< Password >,< PDP_Authentication >
<WWAN_Enable>: 0:Disable WWAN, 1:Enable WWAN
<APN>: Max Len 32
< Host_IP >: Max Len 32
< Socket_Type >: 0: TCP, 1:UDP
< Host_Port >: 0-65535
< UDP_LocalPort >: 0-65535
< UserName >: Max Len 32
< Password >: Max Len 32
< PDP_Authentication >: 0:None, 1:PAP, 2:CHAP, 3:AUTO
//INPUT:set the debounce time of ACC input and digital input.
Write cmd:
AT+INPUT,<Index>,<Enable>,<On Debounce Time>,<Off Debounce Time>
Read cmd:
AT+INPUT,<Index>,?
<Index>: 0-2, 0 is ACC PIN, 1 is DI0 PIN, 2 is DI1 PIN
<Enable>: 0 disable, 1 enable
<On Debounce Time>: Minimum unit is 0.1sec, 0-65535, default 10 (1sec)