Meitrack Protocol
Meitrack Protocol
Document
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 2 of 21
Revision: V1.21 Confidential: Internal Documentation
Contents
I. Command Format ............................................................................................ 3
1. GPRS Format ................................................................................................... 3
2. Annex 1: Description of GPRS data ........................................................................... 3
3. Annex 2: Description of Event Code and SMS Header ....................................................... 5
II. Command List ................................................................................................. 7
III. Command Details ............................................................................................ 9
1. Track on Demand (GPRS) – A10............................................................................... 9
2. Set Heartbeat Interval (GPRS) – A11 ......................................................................... 9
3. Track by Time Interval (GPRS) – A12 ......................................................................... 9
4. Heading Change Report (GPRS) – A13...................................................................... 10
5. Track by Distance Interval – A14 ............................................................................ 10
6. Set GPRS – A21 .............................................................................................. 11
7. Set DNS Server IP – A22 ..................................................................................... 11
8. Set Secondary GPRS Server – A23 .......................................................................... 11
9. Get all Authorized Phone Numbers – A70 ................................................................. 12
10. Authorize Multiple Functions Phone Number – A71 ...................................................... 12
11. Set Listen-in (Voice Monitoring) – A72 ..................................................................... 12
12. Set Sleep Mode – A73 ....................................................................................... 12
13. Auto Event Report – AAA ................................................................................... 13
14. Delete GPRS Event in Queue Buffer – AFF ................................................................. 13
15. Get Authorized Phone Number and SMS Event Flag – B00 ............................................... 13
16. Authorize Phone Number and SMS Event Flag – B01 ..................................................... 14
17. Add SMS Event Flag to Authorized Phone Number – B02 ................................................. 14
18. Delete SMS Event Flag from Authorized Phone Number – B03 ........................................... 14
19. Set Geo-fence Alarm – B05 ................................................................................. 14
20. Delete Geo-fence Waypoint – B06 ......................................................................... 15
21. Set Speeding Alarm – B07 ................................................................................... 15
22. Set Tow Alarm – B08 ........................................................................................ 16
23. Set Tremble Sensitivity (MVT100/MVT340/MVT380/T1) – B09 .......................................... 16
24. Set Tremble Sensitivity (MVT600) – B20 ................................................................... 16
25. Set Extended Functions – B31 .............................................................................. 16
26. Set GPS Sleep Mode – B32 .................................................................................. 17
27. Set Power Down Mode – B33............................................................................... 17
28. Set Log Interval – B34 ....................................................................................... 17
29. Time Zone Setting (for SMS Report) – B35 ................................................................. 17
30. Time Zone Setting (for GPRS Report) – B36 ................................................................ 18
31. Set SMS Header for Event – B91 ............................................................................ 18
32. Set Event Flag for GPRS Report – B92 ...................................................................... 18
33. Get Event Flag of GPRS Report – B93....................................................................... 19
34. Set Event Flag for Taking Picture –B96 ..................................................................... 19
35. Get Event Flag of Taking Picture –B97 ...................................................................... 19
36. Output Control – C01........................................................................................ 19
37. Protocol Control – C03 ...................................................................................... 20
38. GPRS Message Display – C10 ............................................................................... 20
39. Get Picture – D00 ............................................................................................ 20
40. Get Picture List – D01 ....................................................................................... 21
41. Delete Picture – D02 ........................................................................................ 21
42. Take One Picture – D03 ..................................................................................... 22
43. Get Firmware Version and SN – E91........................................................................ 22
44. Reboot GSM Module – F01 ................................................................................. 22
45. Reboot GPS Module – F02 .................................................................................. 22
46. Clear Journey and Running Time – F06 .................................................................... 22
47. Delete SMS/GPRS Buffer – F09 ............................................................................. 23
48. Initialization– F11............................................................................................ 23
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 3 of 21
Revision: V1.21 Confidential: Internal Documentation
I. Command Format
1. GPRS Format
Note:
‘,’ is list separator in ASCII (0x2C);
Do not input ‘<’ and ‘>’ when writing a command;
All multi-byte data complies with the following sequence: High byte prior to low byte;
The size of a GPRS package (including data) is about 160 bytes.
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 4 of 21
Revision: V1.21 Confidential: Internal Documentation
yy = degrees;
dddddd = decimal part of degree
<->xxx.dddddd Longitude: in unit of degree. Decimal digit 114.752146
‘-’means west, no minutes means east -114.821453
xxx = degrees;
dddddd = decimal part of degree
yymmddHHMMSS yy = year 091221102631
mm = month
dd = date
HH = hour
MM = minute
SS = second
Decimal digit
GPS status indicator: A = Valid
Z
A = valid, V = invalid
N Numbers of satellites available. Decimal digit 5
G GSM signal. Decimal digit (0~31) 12
Speed KM/h. Decimal digit 58
Heading Heading, in unit of degree. Decimal digit (0~359) 275
HDOP Horizontal Dilution of Precision, 0.5-99.9. Decimal 5
digit.
HDOP Values below 4 are great and value above 8 are
bad
HDOP is blank when no GPS fix.
Altitude MSL Altitude, in unit of meter. Decimal digit 118
Mileage In unit of meter. Decimal digit. 564870
The total accumulated mileage and maximum of
4294967295 meters.
Runtime In unit of second. Decimal digit 2546321
The total accumulated runtime and maximum
4294967295 seconds.
Base ID ID of the base station including 460|0|E166|A08B
MCC|MNC|LAC|CI
Note: for SMS report, the Base ID is empty.
MCC and MNC are decimal digits;
LAC and CI are hexadecimal digits.
State Status of 8 inputs and 8 outputs. Hexadecimal digits 0421(HEX String)
Bit0…Bit7 is output state, Bit0 is Ouput1 state = 0000 0100 0010 0001
Bit8…Bit15 is input state, Bit8 is Input1 state
AD Separated by ‘|’. Hexadecimal digits 123|456|235|1234|324|
AD1|AD2|AD3|Battery AD|External Power AD 654|1456|222(HEX
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 5 of 21
Revision: V1.21 Confidential: Internal Documentation
$$<package
flag><L>,<IMEI>,<command>,<data><*checksum>\r\n
\r\n 2 bytes. Ending character in ASCII (0x0d,0x0a) \r\n
Event Event Default SMS Header Default Default SMS Flag Default Picture
authorized phone
number)
10 Input 2 Inactive N N N
11 Input 3 Inactive N N N
12 Input 4 Inactive N N N
13 Input 5 Inactive N N N
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 6 of 21
Revision: V1.21 Confidential: Internal Documentation
19 Speeding Speeding Y Y N
30 Impact Impact Y N N
Incoming Call
Note:
1. Above figures are the Factory Default settings.
2. Y = yes; N = no; N/A = not applicable or unavailable; A/A = always available in all status and cannot be
changed.
3. You can use commands to define SMS header, add or delete flag for each function.
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 7 of 21
Revision: V1.21 Confidential: Internal Documentation
B00 Get Authorized Phone Number and SMS Event Flag SMS/GPRS All
B01 Authorize Phone Number and SMS Event Flag SMS/GPRS All
B02 Add SMS Event Flag to Authorized Phone Number SMS/GPRS All
B03 Delete SMS Event Flag from Authorized Phone Number SMS/GPRS All
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 8 of 21
Revision: V1.21 Confidential: Internal Documentation
T1/MVT100/380/600
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 9 of 21
Revision: V1.21 Confidential: Internal Documentation
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 10 of 21
Revision: V1.21 Confidential: Internal Documentation
In this example, the below message will be received every minute. There is a total of 3
messages to be received.
$$W129,353358017784062,AAA,35,22.540113,114.076141,100313094354,A,5,22,1,174
,4,129,0,435,0|0|10133|4110,0000,166|224|193|2704|916,*BE\r\n
In this example, the below data will be received when heading changes over 120
degrees.
$$Y129,353358017784062,AAA,32,22.540968,114.077455,100313094534,A,4,22,1,166,
3,175,0,534,0|0|10133|4110,0000,141|138|159|2691|904,*D9\r\n
In this example, the below message will be received once distance changes over 1000
meters.
$$D131,353358017784062,AAA,33,22.547271,114.047405,080310080929,A,8,21,13,89,
1,12,8525,561,0|0|10133|4110,0000,163|185|186|2712|939,*31\r\n
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 11 of 21
Revision: V1.21 Confidential: Internal Documentation
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 12 of 21
Revision: V1.21 Confidential: Internal Documentation
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 13 of 21
Revision: V1.21 Confidential: Internal Documentation
15. Get Authorized Phone Number and SMS Event Flag – B00
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 14 of 21
Revision: V1.21 Confidential: Internal Documentation
In this example, once the SOS button is pressed, the following message will be received.
353358017784062,SOS,22.540768,114.077610,100313100055,A,3,21,1,94,5,255,0,381,,
0000,,
In this example, the low battery alarm message will be received when the battery is low.
18. Delete SMS Event Flag from Authorized Phone Number – B03
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 15 of 21
Revision: V1.21 Confidential: Internal Documentation
Once the tracker goes outside of the circle (center: 22.91319,114.07988 and radius 1000
meters), the following message will be received.
$$J132,353358017784062,AAA,21,22.918046,114.089726,080229123812,A,10,22,12,32,
1,21,6667,847,0|0|10133|4110,0000,124|181|183|2714|922,*5A\r\n
In this example, the following message will be received once the tracker’s speed is over
60km/h.
$$k134,353358017784062,AAA,19,22.916675,114.088813,080229123718,A,10,22,61,31
,1,21,
6635,395,460|0|10133|4110,0000,164|185|181|2712|915,*F7\r\n
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 16 of 21
Revision: V1.21 Confidential: Internal Documentation
In this example, when the tracker moves or trembles for over 3 seconds, the following
message will be received.
$$K133,353358017784062,AAA,36,22.916675,114.088813,080229123718,A,10,22,61,3
1,1,21,6635,395,460|0|1013|4110,0000,164|185|181|2712|915,*A2
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 17 of 21
Revision: V1.21 Confidential: Internal Documentation
In this example, GPS module works for 3 minutes and closes for 1 minute. Again it works
for 3 minutes and closes for 1 minute for power saving.
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 18 of 21
Revision: V1.21 Confidential: Internal Documentation
Description: Default time of the tracker is GMT. You can use this command to correct it to your local
time for SMS report.
minute = 0, GMT (default);
minute = [-32768,32767], set time difference in minutes to GMT.
Time zone for SMS is separate from GPRS.
Example
GPRS Tx: @@O29,353358017784062,B35,480*3C\r\n
GPRS Rx: $$O28,353358017784062,B35,OK*01\r\n
After pressing the SOS button (input1), it shows ‘SOS’ in the beginning of the alarm
message.
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 19 of 21
Revision: V1.21 Confidential: Internal Documentation
th
MSB (bit63) = 0 means the 64 event is disabled in GPRS report.
st
LSB (bit0) = 1 means the 1 event (SOS) is enabled in GPRS report;
st
LSB (bit0) = 0 means the 1 event (SOS) is disabled in GPRS report.
Example
GPRS Tx: @@q42,353358017784062,B92,1234567890ABCDEF*62\r\n
GPRS Rx: $$q28,353358017784062,B92,OK*26\r\n
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 20 of 21
Revision: V1.21 Confidential: Internal Documentation
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 21 of 21
Revision: V1.21 Confidential: Internal Documentation
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 22 of 21
Revision: V1.21 Confidential: Internal Documentation
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.
File Name: MEITRACK GPRS Protocol Creator: Cavana Cheung
Project: MVT340/MVT380/MVT100/ Creation Date: 2010-09-16
MVT600/T1/MT88/MT80i/MT90 Update: 2011-09-01
Sub Project: GPRS Protocol Page: 23 of 21
Revision: V1.21 Confidential: Internal Documentation
Copyright © 2010 Shenzhen Meiligao Electronics Co., Ltd. All rights reserved.