From 2cf4465dafe6ee3b56f81463c2437624d9c1a4f9 Mon Sep 17 00:00:00 2001 From: su530201 <olivier.kaufmann@umons.ac.be> Date: Fri, 20 Oct 2023 00:18:02 +0200 Subject: [PATCH] Updates baud rate --- ohmpi/hardware_components/raspberry_pi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ohmpi/hardware_components/raspberry_pi.py b/ohmpi/hardware_components/raspberry_pi.py index 93acf8fc..53893a97 100644 --- a/ohmpi/hardware_components/raspberry_pi.py +++ b/ohmpi/hardware_components/raspberry_pi.py @@ -11,7 +11,7 @@ import warnings # hardware characteristics and limitations SPECS = {'model': {'default': os.path.basename(__file__).rstrip('.py')}, 'voltage': {'default': 12., 'max': 50., 'min': 0.}, - 'modbus_baudrate': {'default': 9600}, + 'modbus_baudrate': {'default': 19200}, 'modbus_bitesize': {'default': 8}, 'modbus_timeout': {'default': 1}, 'modbus_debug': {'default': False}, -- GitLab