ABCDEFGHIJKLMNOPQRSTUVWXYZAAABAC
1
Note:“*” is start character,each message can not over 140Bytes)
Red color characters you can edit, black characters can not change.
For exampel: *SETDEVID:18578234289; “*” is start character,"SETDEVID" is command,"18578234289" is content,";" is end character.
2
3
4
5
6
7
8
9
10
Function listCommand formatExplanationExampleSuccess ResponseAbnormal Response
11
12
Set Device ID*SETDEVID:DEVID;Can not over 16 bit.*SETDEVID:18578234289;<18578234289>set devId(18578234289) success;<18578234289>The DEVID character length is greater than the maximum length of 16;
13
14
Set Center(IP address and port), Protocol type*SETCENTER:centerNum,protocol,IP/dns,port;CenterNum: 1/2/3/4 for option;
Protocol:OFF, T-protocol, H-protocol, Transpt;
(Server1support H and T protocol,Server 2 only H-protocol)
*SETCENTER:1,H-protocol,data.gpsiot.net,8933;
*SETCENTER:2,H-protocol,192.168.52.55,8080;
<18578234289> set center server1 data.gpsiot.net:8933 H-protocol success;

<18578234289> set center server2 192.168.52.55:8080 H-protocol success;
<18578234289> set center server1 failed reason incorrect: server num protocol IP port;
15
16
17
18
19
20
21
22
23
24
Dial setting*SETDIAL:ON;*SETDIAL:ON;<18578234289>set dial on success;
25
26
Stop Dial module*SETDIAL:M_OFF;*SETDIAL:M_OFF;<18578234289>set dial module off success;
27
28
Stop Dial*SETDIAL:OFF;*SETDIAL:OFF;<18578234289>set dial off success;
29
30
Set Dial info*SETDIAL:3gTYPE,3gAPN,3gCode,3gUser,3gWord;*SETDIAL:WCDMA,3gnet,*99#,card,card;<18578234289>set dial config:APN(3gnet) CenterNo(*99#) Username(card) Password(card);
31
32
Set Plate NumberSETLPN:licenseNum;Can not over 32 bit.*SETLPN:A33554<18578234289>set license plate number A33554 success;<18578234289>The license plate number character length
is greater than the maximum length 32;
33
34
Query*GETSTATE:DIAL;Query the dial status.*GETSTATE:DIAL;<18578234289> DIAL[signal:7,dialup ok pppip:10.140.63.41];
35
36
*GETSTATE:RECORD;Query the recording status.*GETSTATE:RECORD;<18578234289> RECORD-main/mirror[ ch1:1080P@20 ch2.... ];
37
38
*GETSTATE:VIDEO;Query camera status.*GETSTATE:VIDEO;<18578234289> VIDEO[TV :PAL,
exist :ch1 ch2 ,lost : ch3 ch4 ];
39
40
*GETSTATE:DISK;Query the Storage status.*GETSTATE:DISK;<18578234289> [DISK:sd1 (117GB) ]
41
42
*GETSTATE:VER;Query the version.*GETSTATE:VER;<18578234289> VER[MCU:V19082701 App:74-T21061607.60];
43
44
*GETSTATE:LOCATION;Query the GPS location.*GETSTATE:LOCATION;<18578234289> LOCATION[GPS:7*,11356.7965E,2233.4977N];
45
46
Calibrate Gsensor*ADJUST GSENSOR;*ADJUST GSENSOR;<18578234289> adjust gsensor success
47
48
49
Format Disk*FORMAT DISK:SD1/SD2/HDD;*FORMAT DISK:SD1;<18578234289> format disk sd1 success/failed
50
51
52
Restart*REBOOT;*REBOOT:20;<18578234289> reboot...
53
54
55
Reset to factory setting*RESTOR FACTORY;*RESTOR FACTORY;<18578234289> restor factory success
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100