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.
Answered by
janiversen
Nov 7, 2022
Replies: 2 comments 5 replies
-
Read the documentation |
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
janiversen
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Read the documentation