You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The source_address parameter of AsyncModbusTcpClient.__init__() is not passed to ModbusBaseClient.__init__(), so the default ("127.0.0.1", 0) is used, which causes an Invalid argument error when connecting to a non-local Modbus server.
Python: 3.10.9
OS: Ubuntu 22.04.2 LTS
Pymodbus: 3.4.0
The text was updated successfully, but these errors were encountered:
The
source_address
parameter ofAsyncModbusTcpClient.__init__()
is not passed toModbusBaseClient.__init__()
, so the default("127.0.0.1", 0)
is used, which causes anInvalid argument
error when connecting to a non-local Modbus server.The text was updated successfully, but these errors were encountered: