-
Recent Posts
Recent Comments
Archives
Categories
Meta
Category Archives: Notes
Tracking that feeds NMEA file
The following will do real time tracking using gpsbabel and write it to a file for my Etrex 10 gpsbabel -T -i garmin,baud=38400,get_posn -f /dev/ttyUSB0 -o nmea -F mylocation.nmea
Posted in Notes
Comments Off on Tracking that feeds NMEA file
Read GPS location over serial Garmin Etrex 10
This is the command I used I attached the Garmin Etrex 10 to Fedora using the USB cable. I put myself in the dialup group and the command executed without issue. gpsbabel -i garmin,get_posn -f /dev/ttyUSB0 -o kml -F myposition.kml
Posted in Notes
Comments Off on Read GPS location over serial Garmin Etrex 10