how to rewrite ModbusSerialClient(method='rtu' , ...) for pymodbus 3.0.2 ? #1177
-
how should this pymodbus 2.5.3 code from pymodbus.client.sync import ModbusSerialClient`
client = ModbusSerialClient(method='rtu', port='COM31', baudrate=9600) be rewritten for pymodbus 3.0.2 ? instead of |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
Read the documentation |
Beta Was this translation helpful? Give feedback.
-
Pyserial is NOT installed by default, nor should is have been, see https://github.com/riptideio/pymodbus#installing @dhoomakethu I do not understand why you say it should be installed by default even in 2.5.3 pymodbus was pr default installed without dependencies. |
Beta Was this translation helpful? Give feedback.
Read the documentation