protocol Connection Issue

mmmsabeel7 years ago

Hi,
I need some help on connecting a gps tracker(GPS chipset SIRF) to a server running lk210 device (GPS chipset UBLOX). i have identified both protocols and both seems similar, i have attached the statement received from each device. when connecting the other tracker to this lk210 device's server it shows only online but the location and other info is not being updated. the engineer have no idea as why it doesn't work. can anyone advice me what i have to do to make this work on that server ?

LK 210

hex:

2a48512c343231303139303335352c56312c3132353734362c412c303634392e303533372c4e2c30373935322e323636352c452c3030302e30302c3030302c3039303131372c46464646464246462c3431332c30322c302c302c3623

decoded:

*HQ,4210190355,V1,125746,A,0649.0537,N,07952.2665,E,000.00,000,090117,FFFFFBFF,413,02,0,0,6#

other gps tracker

hex:

2a48512c333031303030313730362c56312c3131353935352c412c303830392e373539322c4e2c30383035382e353431352c452c302e30302c302c3039303131372c4646464646424646230d0a

decoded

*HQ,3010001706,V1,115955,A,0809.7592,N,08058.5415,E,0.00,0,090117,FFFFFBFF#
Anton Tananaev7 years ago

Most likely it's the same issue as this one:

https://github.com/tananaev/traccar/issues/2926

mmmsabeel7 years ago

hi, thanks for the reply,

but im not using traccar as the server. i use lkgps.net for the lk210 device. what code do we have to add on the server for that other device to work ? i have no protocol document for that device,the company has refused to give.

the device work successfully on gpscar.cn server. but i need to make it work on the lkgps server.

with comparing both statement cant we add the code ?

best regards
sabeel

Anton Tananaev7 years ago

I'm not sure why you asking about it on Traccar forum, if you are not using Traccar server.