Update README.md

This commit is contained in:
Daniele Viganò 2014-11-24 13:23:33 +01:00
parent 74e99ccfba
commit 9397a5fb13

View File

@ -30,6 +30,14 @@ To stop the GPS
echo "\$GPS_STOP" > /dev/ttyUSB0
```
In the ```bin``` folder you can find an utility (```gobigps```) to easily start and stop the GPS.
In the ```bin``` folder you can find an utility (```gobigps```) to easily start and stop the GPS. To be able to use this utility as normal user (more in general, to use the GPS) the user must be member of the ```dialout``` group.
You can check if the GPS is running with a simple ```cat```
```bash
cat /dev/ttyUSB0
```
or using _QGIS_.
Work is still in progress!