C# and gps

  • Thread starter Thread starter gordon
  • Start date Start date
G

gordon

Hi

I would like to write an application that will use gps and bluetooth to
calculate the speed of my vehicle. I would like to display this on my PDA.
I have a bluetooth GPS device and an IPAQ PDA.

I already have some GPS software but I would like to develop some of my own
using C#.

Any assistance or help with code will be appreciated.

thanks

doug
 
A GPS device usually uses a serial port to communicate over, but I believe
that there are now GPS systems that use USB ports as well. In either case,
you need to connect to the port to read the GPS stream. A GPS stream is a
string of NMEA text. Her
--
HTH,

Kevin Spencer
Microsoft MVP
Bit Player
http://unclechutney.blogspot.com

Where there's a Will, there's a William.
e is a good NMEA reference:

http://www.gpsinformation.org/dale/nmea.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top