garminnmea
Device driver for the Garmin geko 201 handheld GPS unit. Interacts with the unit by speaking NMEA over a serial line. As such, this driver may work with other Garmin units, and (likely with some modification) other NMEA-compliant GPS units.
The driver may also attempt to read DGPS RTCM corrections from a multi-cast network address, and forward these corrections to the GPS unit. The util_dgps_server utility may be used to gather and broadcast the DGPS RTCM corrections.
NMEA and proprietary Garmin codes can be found at http://home.mira.net/~gnb/gps/nmea.html
- Compile-time dependencies
- Requires
- Provides
- Configuration requests
- Configuration file options
- portopts (string)
- Default: "type=serial,device=/dev/ttys0,baud=9600"
- Serial port where the GPS unit is connected
- Example
driver
(
name "garminnmea"
provides ["gps:0"]
port "/dev/ttyS1"
)
- Authors:
- Brian Gerkey, Andrew Howard, Rich Mattes