Gpsbabel: Unterschied zwischen den Versionen

Aus WIKI
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
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>
When reporting problems with the Garmin format, be sure to include the full unit model, firmware version, and be prepared to offer debugging dumps by adding -D9 to the command line, like:
<code>gpsbabel -D9 -i garmin -f usb: -o gpx -F blah.gpx</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