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 sensor device working as modbusrtu server,connected to a gateway.
Gateway working as tcp client for transparent transmission,and will initiatively connect to the specific tcp server.
I want to know how to use FluentModbus create a tcp server to be connected by the gateway tcp client and communicate for modbusrtu?
The text was updated successfully, but these errors were encountered:
Himmelt
changed the title
Can working on ModbusTcp/Rtu with tcp server?
Can working on ModbusRtu with tcp server?
Dec 27, 2024
FluentModbus currently has no ModbusRtuOverTcpServer, there is only a ModbusRtuOverTcpClient:
The ModbusRtuOverTcpClient was added by an external contribution and because I have nearly no free time anymore the ModbusRtuOverTcpServer would need to be provided by an external contribution as well.
The sensor device working as modbusrtu server,connected to a gateway.
Gateway working as tcp client for transparent transmission,and will initiatively connect to the specific tcp server.
I want to know how to use FluentModbus create a tcp server to be connected by the gateway tcp client and communicate for modbusrtu?
The text was updated successfully, but these errors were encountered: