diff --git a/gpsd/README.md b/gpsd/README.md index d56b8383..75246a5a 100644 --- a/gpsd/README.md +++ b/gpsd/README.md @@ -2,31 +2,33 @@ Following steps from https://gpsd.gitlab.io/gpsd/installation.html gpsd steps: -plug it in and type: +1. plug it in and type: ls /dev/ttyUSB* the last digit is your device number - could be 0 or 1 or other number. The rest of the commands assume it is 0, so device is /dev/ttyUSB0 -See if you can get NMEA data out of it (you may need to type it twice to get it to work): +2. See if you can get NMEA data out of it (you may need to type it twice to get it to work): sudo stty -F /dev/ttyUSB0 ispeed 4800 && cat