How to obtain current position from a GPS

  • Thread starter Henrik Skak Pedersen
  • Start date
H

Henrik Skak Pedersen

How do I obtain the current position from a GPS?

I am running on a smartphone 2005.

Thanks

Henrik
 
C

chris-s

You need to capture the 'NMEA' data that is sent from the GPS device,
usually thru a serial port but their are some GPS classess in the
OpenNetCF libraries. The data is strings of comma separated fields
where the first field identifies the record type. From this data you
can extract the lattitude and longditude.

Cheers

Chris
 

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

Similar Threads


Top