Skip to content

Instantly share code, notes, and snippets.

@jbohling
Last active June 3, 2016 16:47
Show Gist options
  • Save jbohling/d23d1969b670d7921c85 to your computer and use it in GitHub Desktop.
Save jbohling/d23d1969b670d7921c85 to your computer and use it in GitHub Desktop.
Commands for setting up SiRF GPS on Linux
#!/usr/bin/bash
sudo killall gpsd
sudo lsusb
sudo rm /var/run/gpsd.sock
sudo gpsd /dev/ttyUSB0 -F /var/run/gpsd.sock
# Change GPS to NMEA mode
sudo gpsctl -n /dev/ttyUSB0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment