diff --git a/ohmpi/hardware_components/raspberry_pi.py b/ohmpi/hardware_components/raspberry_pi.py index 93acf8fc51fd9e215ec3b758b97114b651d7212e..53893a975edf2788c6497b60c5d2439066c0539e 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},