identify the protocol?

mah1239 years ago

Hi guys,
I'm using OBD device. We are receiving data stream from it, but cant identify all the data. Below is the following three streams we are receiving. Is below three stream contain fuel?
*HQ,1500061619,LINK,124152,25,10,96,0,0,030316,FFFFFBFF# *HQ,1500061619,V1,125159,A,1258.8117,N,08015.7447,E,005.9,182.71,030316,FFFFFFFF# *HQ,1500061619,NBR,125717,000,00,00,1,0,0,00,030316,FFFFFFFF#
First of all what protocol it is?
in first stream what is LINK,25,10,96,0,0,FFFFFBFF?
in second stream what is V1,005.9 and FFFFFFFF?
in third stream what is NBR,000,00,00,1,0,00,?
Got the OBD from carscop.
Device is CCTR-830

Anton Tananaev9 years ago

It is H02 protocol, port 5013 in Traccar.

mah1239 years ago

Hi tananaev,
Thanks for the reply. Yes you are correct. It is H02 protocol. I found out that but cant find details about this stream data(*HQ,1500061619,LINK,124152,25,10,96,0,0,030316,FFFFFBFF#)

Anton Tananaev9 years ago

I need documentation to be able to decode that message. Currently Traccar supports only regular location reports.