01-18-2008 04:55 AM
01-18-2008 05:11 AM
01-21-2008 09:45 PM
If you can connect to it using a COM port and it uses the standard GPS message formatting (some units use proprietary formats), I have some routines I wrote a few years ago that parse the standard GPS strings. I can post them here if anybody is interested.
Bruce
01-29-2008 05:19 AM
The biggest problem to overcome with integral GPS receivers is to get the receiver to power up from Labview, I have never managed this correctly with my HTC devices, a simple call to the associated Com port does nothing as the GPS won't power up, it needs a seperate command (I suspect the HP device will be the same).
How I overcame this problem was to use Fransons GPS Gate to start the hardware then split the GPS signal to a number of "virtual" ports, so it is possible to run the Nav package and a Labview PDA program at the same time - but you will find the processor strugles with the load of both applications and the battery life is horrible (even when connected to a car charger) - Mike
01-29-2008 10:32 AM
Take a look at the Delorme web site. They have a USB GPS available for less than $100. The USB version comes with serial drivers for a PC. They also have a bluetooth version that would connect to a PDA wirelessly. I suspect one of these would connect easily to a LabVIEW program on a PDA.
Bruce