01-30-2007 09:52 AM
01-31-2007 03:09 AM
First of all make sure your GPS is set to output NMEA type data. Then you need to create a Bluetooth connection to your GPS, before reading data from the BT serial port.
When the data gets to your program the data is in String format, look for the string starting with GPRMC then parse this to obtain the Lat/ Long (or any other useful information), I have a couple of programs that work on my PDA and Holux GPSlim236. I suggest a search on the forum will find other GPS related information and links to the NMEA syntax - Mike
01-31-2007 01:31 PM
Thanks Mike,
According to the HP website, the GPS supports NMEA 0183 V2.2 protocol. Do you know if I have to create a BT connection from my PDA to the GPS through LabVIEW or just through the discovery application that is built into my PDA?
vickie
01-31-2007 02:00 PM
01-31-2007 02:08 PM
Thanks Mike! I will try this out.
vickie
01-31-2007 02:18 PM
02-01-2007 08:13 AM
02-01-2007 09:49 AM