|
GPS ToolKit.NET
GPS ToolKit.NET Sample Projects
Simple GPS
The Simple GPS project demonstrates how to open the GPS port
and read and display data. This example reads position, altitude, speed, and course data and demonstrates how
to specify the format in which latitude and longitude is to be displayed.
The Simple GPS Visual Basic.NET sample project can be found in the Examples\VB\Simple GPS folder.
The Simple GPS C# sample project can be found in the Examples\C#\Simple GPS folder.
The Simple GPS C++ sample project can be found in the Examples\C++\Simple GPS folder.
NMEA 0183 Test Panel
The NMEA 0183 Test Panel project demonstrates much of the functionality
available when using GPS ToolKit.NET with the NMEA 0183 protocol. This includes position, speed, and direction data, as well as
current route and satellite information. You can use this project to test communications
with the GPS or to jump start your own project.
The NMEA 0183 Test Panel Visual Basic.NET sample project can be found in the Examples\VB\NMEA 0183 Test Panel folder.
The NMEA 0183 Test Panel C# sample project can be found in the Examples\C#\NMEA 0183 Test Panel folder.
The NMEA 0183 Test Panel C++ sample project can be found in the Examples\C++\NMEA 0183 Test Panel folder.
Garmin Test Panel
The Garmin Test Panel project demonstrates much of the functionality
available when using GPS ToolKit.NET with a Garmin GPS using the Garmin protocol. This includes access to position, speed, and direction data, as well as
as well as the ability to transfer waypoints, routes, and tracks. You can use this project to test communications
with the GPS or to jump start your own project.
The Garmin Test Panel Visual Basic.NET sample project can be found in the Examples\VB\Garmin Test Panel folder.
The Garmin Test Panel C# sample project can be found in the Examples\C#\Garmin Test Panel folder.
The Garmin Test Panel C++ sample project can be found in the Examples\C++\Garmin Test Panel folder.
|