Update README.md
This commit is contained in:
parent
74e99ccfba
commit
9397a5fb13
10
README.md
10
README.md
|
@ -30,6 +30,14 @@ To stop the GPS
|
||||||
echo "\$GPS_STOP" > /dev/ttyUSB0
|
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!
|
Work is still in progress!
|
||||||
|
|
Loading…
Reference in New Issue
Block a user