Skip to content

modbus: add missing kwargs to configure serial line

Jose Tiago Macara Coutinho requested to merge modbus_constructor_fix into master

The controllers/temperature/eurotherm2000.py expects to be able to provide serial line kwargs to the Modbus_RTU constructor which in turn is supposed to forward them to its own serial line creation.

This MR fixes the missing kwargs in Modbus_RTU.

Merge request reports

Loading