I got a Garmin etrex and a serial → USB connector off eBay a while ago to do some mapping in Crete.
I’m trying to find out how to get the data off the GPS using Linux and I’m somewhat stuck and googling is not helping ATM
Basically the device seems to connect as /dev/ttyUSB0 - I ran a ‘tail -f /var/log/messages’ and, although it shows a bundle of error messages to do with plasma, does say it’s connected as ttyUSB0 and launches gpsd.
I’ve tried running QLandkarte but it always comes up with an error trying to access /dev/tty0.
What I need now is some way of accessing the device and right now I don’t know where to go next so any info anyone can give me will be gratefully received.
If you are using a USB serial adapter, then the Garmin will be connected on /dev/ttyUSB0, not usb:. So try running gpsbabel with this.
gpsbabel -i garmin -f /dev/ttyUSB0 -o gpx -F waypoints.gpx