About GPS ToolKit.NET Mobile
Introduction
Purchasing GPS ToolKit.NET
Redistributing GPS ToolKit.NET
License Agreement
Support
Getting Started
Getting Started
Setting up the GPS
Basic Concepts
GPS ToolKit Sample Projects
About GPS ToolKit Errors
Reference
GPSToolKit Class
Properties
BaudRate
ExtendedFixData
IsGPSConnected
IsPortOpen
LastPositionUpdateTime
NavigationData
PortName
Protocol
Position
Satellites
Speed
TrueCourse
Methods
AddRoute
AddTrack
AddWaypoint
AutoDetectGPS
Close
GetAvailableSystemPorts
GetGPSInfo
GetRoutes
GetSystemPorts
GetTracks
GetWaypoints
Open
ShutOffGPS
WriteRawBinaryToGPS
WriteRawToGPS
Events
GPSConnected
GPSDisconnected
NavigationUpdate
PositionUpdate
RawDataReceived
SatelliteUpdate
Supporting Classes
Altitude
Angle
Distance
ExtendedFixData
Properties
DGPSRefStationID
EstimatedHorizontalError
EstimatedPositionError
EstimatedVerticalError
FixMode
GeoidHeightAboveWGS84
HDOP
MagneticVariation
NumSatellitesInView
PDOP
TimeSinceLastDGPSUpdate
VDOP
GPSInfo
Latitude
Methods
ToDecimalDegreesString
ToDegreesMinutesString
ToDegreesMinutesSecondsString
Longitude
Methods
ToDecimalDegreesString
ToDegreesMinutesString
ToDegreesMinutesSecondsString
NavData
Properties
ActiveRoute
ArrivedAtDest
CrossTrackError
DestWptName
DestWptPosition
IsValid
MagBearingFromOriginToDest
OriginWptName
TrueBearingFromOriginToDest
TrueBearingToDestWpt
VelocityTowardDestWpt
Position
Methods
BearingFrom
BearingTo
DistanceTo
Route
Properties
Name
Waypoints
Satellite
Speed
Track
Properties
Color
DisplayTrack
Name
TrackPoints
TrackPoint
Waypoint
Collections
RouteCollection
SatelliteCollection
TrackCollection
TrackPointCollection
WaypointCollection

Setting up your GPS with to work with GPS ToolKit.NET

GPS ToolKit.NET works with any GPS unit that supports NMEA 0183 or Garmin protocols. Usually the GPS is connected to a computer by a serial cable that is sold by the manufacturer or through a Bluetooth connection. Generally, Bluetooth connections require the use of virtual serial port software (usually provided with the unit) to work with GPS ToolKit.

If GPS ToolKit is having trouble reading the data from the GPS, make sure that the GPS unit is set to the NMEA 0183 or Garmin protocol (this is usually an option on the unit's setup screen). Also, ensure that the correct COM port and baud rate is specified if not using GPS ToolKit's AutoDetectGPS functionality.

NOTE: Some GPS ToolKit features are dependent on the protocol in use by the GPS. Generally, current (active) route and satellite information is only available with the NMEA 0183 protocol, while the transferring of waypoints, routes, and tracks is supported only when using the Garmin protocol. Other information, including current position, speed, and direction data is available regardless of the protocol selected. If a particular GPS ToolKit.NET property, method, or event does not support a protocol, it is noted in the reference documention for that property, method, or event.