Help decoding this packets from TK207 unit

roneskinder8 years ago

Hi, im receiving packets from a tk207 device like this (BZ00 & BZ01), i assume this ones are the OBD data packets, but i am unable to decode the parameters, any help or point to documentation will be appreciated.

087072730371BZ00,710,021,0013,4ffb,0013,4fc2,0013,75fe,0013,76cc,0013,2750,000c,4ebd,11000000
087072730371BZ010,710,021,0013,4ffb,0013,4fc2,0013,4e60,0013,28b2,0013,78f2,0013,770b,11000001

I am using my own server implementation and not traccar, and i am able to decode the GPS data packets just fine 087072730371BR00161027A1203.8927N08612.1095W002.1141844000.0011000001L000450AB

i came here because i saw some similar packets in some of the traccar coding
traccar-master/test/org/traccar/protocol/Tk103ProtocolDecoderTest.java

So im guessing you guys have already implemented something like this in your servers.

Anton Tananaev8 years ago

Most likely it's cell towers data.

P.S. don't duplicate your questions.