Skip to content

Instantly share code, notes, and snippets.

@zepatrik
Created May 3, 2021 21:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zepatrik/a10a269931b96a5446935288875ab4f7 to your computer and use it in GitHub Desktop.
Save zepatrik/a10a269931b96a5446935288875ab4f7 to your computer and use it in GitHub Desktop.
Copypasta gpsbabel commands to export GPX from GT-730FL-S GT-740FL GT-750FL and clear the device
#!/bin/bash
# original source: https://dev.widemeadows.de/2014/06/29/read-gps-logs-from-canmore-gt-740fl-on-linux-using-gpsbabel/
# export from device
sudo gpsbabel -i skytraq,baud=115200 -f /dev/ttyACM0 -o gpx -F tracks.gpx
# delete on device
sudo gpsbabel -i skytraq,erase,no-output -f /dev/ttyACM0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment