Want to create my own program for displaying GPS info

E

ESPN Lover

In my case I have a Dell Axim with a Pharos GPS system. The included
software is Ostia, which doesn't allow me to display altitude, direction,
and speed on the same screen as the map. So I'd like to write my own app to
handle the presentation of the information. How do I get the info from the
GPS?
 
E

ESPN Lover

It plugs into the CompactFlash port (I think that's what it is called) at
the top of the PocketPC. Any info on grabbing the stream from the CF port?
 
G

Guest

It's likely that they have a virtual serial port driver that gets installed
as part of the software install. Based on the software documentation on
their web site, this appears to be the case. Try connecting to the various
COM ports on the device with a terminal emulator. If I remember correctly
the port should be confiured with 4800,N,1.

Once you find the correct COM port, you should be good to go. You will
likely want to provide a way for the user to select the COM port from within
your application.

This folks appear to provide some tools that may help:
http://franson.biz/gpstools/reference_manual.asp?class=NmeaParser&platform=netcf
 

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

Top