How to get gps data from serail port using c sharp

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi i am doing gps programming but dont know how to start
is there any builtin facility avaialable in c sharp or i have to use third party libraries. i need a sample code which can lead me to start the programming thanks
 
There are a bunch of samples for serial port components, check
www.gotdotnet.com and www.codeproject.net. As far as reading the data from
the GPS, there are several different formats. Text mode will give you an
easily parsable chunk of data in human-readable format.

--

Khan said:
Hi i am doing gps programming but dont know how to start,
is there any builtin facility avaialable in c sharp or i have to use third
party libraries. i need a sample code which can lead me to start the
programming thanks
 

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

Back
Top