PDA

View Full Version : prgrammatically accessing GPS device


dalelane
06-02-2006, 10:04 PM
can anyone point me in the direction of some info on how to access the current Sat Nav coordinates from a (bluetooth) GPS device, please!

i'm guessing ( / hoping) that its not device-specific - and I don't want to do anything too clever. just need to query the device for the current location.

any suggestions, hints, pointers etc. would be gratefully received!

3waygeek
06-02-2006, 10:29 PM
Most if not all BT GPS devices transmit data via NMEA0183 commands over a virtual serial port (SPP profile). There's lots of code out there for handling NMEA commands (it's a simple ASCII text format).

Timeout92
09-02-2006, 09:56 PM
take a look at this link

http://www.opennetcf.org/library/OpenNETCF.IO.Serial.GPS.html

OPENNETCF is an open source framework .NET for smartdevice

you could manage GPS device with the OpenNETCF.IO.Serial.GPS class
you just have to open the port com with this class

elefas
08-03-2006, 01:53 PM
Does it exist some GPS SDK for eVC++, not .NET???

dav7
08-03-2006, 03:37 PM
This might not be exactly what your looking for but it may help -

http://www.codeproject.com/system/gps_support.asp