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
 
Back
Top