Tech /

Garmin Foretrex





edit SideBar

Garmin Foretrex

Download

  • Outputs to stdout
#!/bin/sh
if [ -z "$DEVICE" ]
then
    DEVICE=/dev/ttyUSB0
fi

gpsbabel -w -i garmin -f "$DEVICE" -o gpx -F -
gpsbabel -t -i garmin -f "$DEVICE" -o gpx -F -

Upload

  • Takes a single file argument
#!/bin/sh
if [ -z "$DEVICE" ]
then
    DEVICE=/dev/ttyUSB0
fi

gpsbabel -t -w -i gpx -f $* -o garmin -F "$DEVICE"

Serial Pins

Serial connector is poor.

At a guess pins are:

CE p0 p1 p2 p3 FCC

p0p1p2p3
+5VTxRxGnd

3mm jack: end is p2, middle is p1

Links

Recent Changes (All) | Edit SideBar Page last modified on 13 March 2013, at 12:17 AM UTC Edit Page | Page History
Powered by PmWiki