You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,7 @@
1
1
# dbus_gps
2
2
3
-
Daemon on Venus OS that reads info from a usb/serial gps in NMEA0183 format and
4
-
publishes it on dbus. More information on Venus OS [here](
5
-
https://github.com/victronenergy/venus/wiki).
3
+
Venus OS daemon that reads [NMEA0183](https://en.wikipedia.org/wiki/NMEA_0183) GGA, GNS and RMC sentences from a usb/serial gps and publishes it on dbus.
4
+
More information on Venus OS [here](https://github.com/victronenergy/venus/wiki).
6
5
7
6
Building depends on:
8
7
- python
@@ -90,9 +89,10 @@ right commandline arguments, ie. as a minimum the right serial port:
90
89
./gps-dbus/gps_dbus
91
90
92
91
-t, --timeout
93
-
The time in seconds the program waits untill a device is connected. 0 is disabled.
94
-
If no device is found the program will stop if the timeout is expired.
95
-
92
+
The maximum time in seconds to wait for a device first connection before exiting (error 129).
93
+
0 deactivates the timeout. Default is 0.
94
+
Only used for initial connection. Once connected, the device is declared disconnected after 5 seconds without incoming data (error 130).
95
+
96
96
-b, --baud
97
97
The baud rate of the serial port.
98
98
When omitted the baud rate is set to 4800.
@@ -126,7 +126,7 @@ COMMON OPTIONS:
126
126
The serial port to use (default /dev/ttyS0).
127
127
128
128
-v --verbose
129
-
Enable log messages. Specifying multiple times increases verbosity.
129
+
Enable log messages. Specifying multiple times increases verbosity: for INFO level, use -vv.
0 commit comments