Hi all,
in advance I want to appreciate any answer and suggestion on this problem,
I am am working on a GPS tracker module (Model: m528), It's poorly documented so I dont have any paper on the data format which it sends,
I have my own server that listens to a special port and gets the data packets sent by the module,
I know the position of the latitude and longitude in the received packets, each of them have 4 bytes without N, W, S, E indicators,
this are the examples which I think would help,
stored latitude data in hex: 03447535
latitude value: 34.79225
stored longitude data in hex: 04830690
longitude value: 48.51150
any help and suggestion would be appreciated,
thanks every one
in advance I want to appreciate any answer and suggestion on this problem,
I am am working on a GPS tracker module (Model: m528), It's poorly documented so I dont have any paper on the data format which it sends,
I have my own server that listens to a special port and gets the data packets sent by the module,
I know the position of the latitude and longitude in the received packets, each of them have 4 bytes without N, W, S, E indicators,
this are the examples which I think would help,
stored latitude data in hex: 03447535
latitude value: 34.79225
stored longitude data in hex: 04830690
longitude value: 48.51150
any help and suggestion would be appreciated,
thanks every one
Comment