summaryrefslogtreecommitdiff
path: root/plugins/gpsnmea/README
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/gpsnmea/README')
-rw-r--r--plugins/gpsnmea/README6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/gpsnmea/README b/plugins/gpsnmea/README
index 3a129d3f..e538b9c6 100644
--- a/plugins/gpsnmea/README
+++ b/plugins/gpsnmea/README
@@ -12,6 +12,7 @@ To use the Database plugin, add the following to the "sources" array in /etc/amb
"name" : "gpsnmea",
"path" : "/usr/lib/automotive-message-broker/gpsnmea.so",
"device" : "/dev/ttyUSB0",
+ "baudrate" : "4800",
"bluetoothAdapter" : "00:00:00:00:00:00"
}
@@ -28,6 +29,11 @@ gps device. This must be a serial device. It can also be a bluetooth address.
Default: none
+"baudrate"
+Baudrate for serial devices : 2400,4800,9600,19200 or 38400.
+
+Default: 9600
+
"bluetoothAdapter"
bluetooth adapter to use. This is only used if "device" is also a bluetooth device.
If left blank, the system default adapter will be used.