I have received this singel HEX and i have checked in Gt06 protocol decoder, I am unable to find the code to handle this type of scenerio. Is this even handled or not?
78780a13460604000202fd843c0d0a78781f12140518101e2acf02dccdb4088f3af000c48001940fed1c00965302fbd4450d0a78781f121405180f222acf02dccd88088f3af000d4bd01940fed1c00965302fcfcc70d0a78780a13460604000202ffa72e0d0a78781f121405180f222acf02dccd88088f3af000d4bd01940fed1c00965302fedfd50d0a
This Hex contains Status packet along with 3 Location Data packet
Do you have documentation? According to the documentation that I have, message type 0x13 only contains status.
Can you look after the first 0d0a it's again starting with 7878 multiple times
Those are separate messages. They will be decoded separately. What's the issue?
I have received this singel HEX and i have checked in Gt06 protocol decoder, I am unable to find the code to handle this type of scenerio. Is this even handled or not?