Gpsbabel: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Signux (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
Signux (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| Zeile 2: | Zeile 2: | ||
<code>gpsbabel -i garmin -f usb: -o gpx -F blah.gpx</code> | <code>gpsbabel -i garmin -f usb: -o gpx -F blah.gpx</code> | ||
mit Debug-Ausgabe: | |||
<code>gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.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:13 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
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