Capturing GPS data in C#.Net
-
Hello All, My Problem Currently I am working on a project(C#,WinForm), where my requirement is to collect GPS data in my application like (Latitude,Longitude,Altitude,Speed,Satellites). For getting above GPS data, I have a Garmin USB Device. Now problem is, How I can capture the GPS Device data into my application. What I have done I installed Garmin USB Driver, Franson GPS Client Gate. Question What library I should use? Has anyone faced same problem? please share.
___ ___ ___
|__ |_| |\ | | |_| \ /
__| | | | \| |__| | | / -
Hello All, My Problem Currently I am working on a project(C#,WinForm), where my requirement is to collect GPS data in my application like (Latitude,Longitude,Altitude,Speed,Satellites). For getting above GPS data, I have a Garmin USB Device. Now problem is, How I can capture the GPS Device data into my application. What I have done I installed Garmin USB Driver, Franson GPS Client Gate. Question What library I should use? Has anyone faced same problem? please share.
___ ___ ___
|__ |_| |\ | | |_| \ /
__| | | | \| |__| | | / -
Hello All, My Problem Currently I am working on a project(C#,WinForm), where my requirement is to collect GPS data in my application like (Latitude,Longitude,Altitude,Speed,Satellites). For getting above GPS data, I have a Garmin USB Device. Now problem is, How I can capture the GPS Device data into my application. What I have done I installed Garmin USB Driver, Franson GPS Client Gate. Question What library I should use? Has anyone faced same problem? please share.
___ ___ ___
|__ |_| |\ | | |_| \ /
__| | | | \| |__| | | /Do you need the data "online"? If not, you could configure the device to log the data to a file on its memory card and then import that file.