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 modbus-serial library supports ModbusTCP as wel as MosbusRTU. Currently, modbus2mqtt only exposes the ModbusRTU connection method (start.js hard coded only uses the connectRTUBuffered() method).
It would be a nice feature if it could also support the connectTCP() medhot, to support ModbusTCP as well. I think this is probably the only required change, apart of course from the proper configuration setting for ip address and port.
The text was updated successfully, but these errors were encountered:
The modbus-serial library supports ModbusTCP as wel as MosbusRTU. Currently, modbus2mqtt only exposes the ModbusRTU connection method (start.js hard coded only uses the connectRTUBuffered() method).
It would be a nice feature if it could also support the connectTCP() medhot, to support ModbusTCP as well. I think this is probably the only required change, apart of course from the proper configuration setting for ip address and port.
The text was updated successfully, but these errors were encountered: