I want retrieve data from my integrated gps hardware..i’ve read more post on stackoverflow but i don’t found the c# source code. Thanks a lot…
I want retrieve data from my integrated gps hardware..i’ve read more post on stackoverflow
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
see my GPSsample here http://www.hjgode.de/wp/2010/06/11/enhanced-gps-sample-update/
The clue to get the raw NMEA data is to use the GPSID direct port. It is encoded in the regitrsy:
The above gives the port name you can use to open and read the RAW NMEA data.
The above assumes the device supports MS GPSID.
Further there are two possiblities to use the raw port: a) using Serial communication or b) using a stream. Both access and read methods are used in the full source code available via the web site.