Commit 2cf4465d authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Updates baud rate

Showing with 1 addition and 1 deletion
+1 -1
...@@ -11,7 +11,7 @@ import warnings ...@@ -11,7 +11,7 @@ import warnings
# hardware characteristics and limitations # hardware characteristics and limitations
SPECS = {'model': {'default': os.path.basename(__file__).rstrip('.py')}, SPECS = {'model': {'default': os.path.basename(__file__).rstrip('.py')},
'voltage': {'default': 12., 'max': 50., 'min': 0.}, 'voltage': {'default': 12., 'max': 50., 'min': 0.},
'modbus_baudrate': {'default': 9600}, 'modbus_baudrate': {'default': 19200},
'modbus_bitesize': {'default': 8}, 'modbus_bitesize': {'default': 8},
'modbus_timeout': {'default': 1}, 'modbus_timeout': {'default': 1},
'modbus_debug': {'default': False}, 'modbus_debug': {'default': False},
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment