Are you sure it doesn't send it or it's just split into separate network packets?
thanks for fast reply. Yes, I just printed everything that is coming from the device.
Logs?
I have no logs because Im programming using c# to open a connection to accept data from gps.
Maybe you can try Traccar then first and provide logs.
if I change the ip of device to connect to traccar, is there a log that I can check? I never use traccar before. I have to create a login and then I can setup the devices ip to connect to traccar? or do I have to install a server traccar on my machine?
To check logs you would have to install locally.
Hi everyone, Im implementing right now the lkgps protocol for tkstar905 4g.
according to their protocol, there is the command V1 that brings some information , like latitude, I was programming checking with it start with
*HQ
like this that I got from the device:
that turn in:
everything was going ok.
but sometimes it is returning:
that turned in :
if you realized, its NOT start with *HQ, it is starting with a number? 05106151.
does any one has one idea of that is going on?