Click here to Skip to main content
15,867,686 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
I have a gps tracker device which sends data to server.

I want to receive this data. My question is-

How do I parse the incoming data packet in c#?
Example of data packet GPS data packet:
6825266A03586880000001580001100A0C1E0A2E05027AC8390C4657C5000156001DF1000000060D0A


Here is the details of the GPS device : http://www.iconcox.com/uploads/soft/140916/1-140916013353.pdf

Appreciate your effort to help me.
Posted
Updated 23-Jun-15 2:42am
v2
Comments
Richard MacCutchan 23-Jun-15 8:43am    
How? By writing some code that breaks the message into its costituent fields. Check the device documentation which should explain what those fields are.
Rahul Nagpur 23-Jun-15 9:03am    
Any sample example if you provide about parsing hex to decimal.
this is new for me.

Thank you!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900