Gpsbabel: Unterschied zwischen den Versionen

Aus WIKI
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
Zeile 6: Zeile 6:


<code>gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx</code>
<code>gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx</code>
mit Debug-Ausgabe auf BananaPi:
<code>gpsbabel -D9 -i garmin -f /dev/ttyUSB0 -o gpx -F test.gpx</code>


If you have multiple units attached via USB, you may provide a unit number, with zero being the implied default. So if you have three USB models on your system, they can be addressed as usb:0, usb:1, and usb:2. To get a list of recognized devices, specify a negative number such as:
If you have multiple units attached via USB, you may provide a unit number, with zero being the implied default. So if you have three USB models on your system, they can be addressed as usb:0, usb:1, and usb:2. To get a list of recognized devices, specify a negative number such as:


<code>gpsbabel -i garmin -f usb:-1</code>
<code>gpsbabel -i garmin -f usb:-1</code>

Version vom 9. Februar 2016, 07:14 Uhr

alle wegpunkte von garmin auslesen (geht leider nicht in VM)

gpsbabel -i garmin -f usb: -o gpx -F blah.gpx

mit Debug-Ausgabe:

gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx

mit Debug-Ausgabe auf BananaPi:

gpsbabel -D9 -i garmin -f /dev/ttyUSB0 -o gpx -F test.gpx

If you have multiple units attached via USB, you may provide a unit number, with zero being the implied default. So if you have three USB models on your system, they can be addressed as usb:0, usb:1, and usb:2. To get a list of recognized devices, specify a negative number such as:

gpsbabel -i garmin -f usb:-1