Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can working on ModbusRtu with tcp server? #140

Open
Himmelt opened this issue Dec 27, 2024 · 1 comment
Open

Can working on ModbusRtu with tcp server? #140

Himmelt opened this issue Dec 27, 2024 · 1 comment

Comments

@Himmelt
Copy link

Himmelt commented Dec 27, 2024

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?

@Himmelt Himmelt changed the title Can working on ModbusTcp/Rtu with tcp server? Can working on ModbusRtu with tcp server? Dec 27, 2024
@Apollo3zehn
Copy link
Owner

Apollo3zehn commented Jan 2, 2025

FluentModbus currently has no ModbusRtuOverTcpServer, there is only a ModbusRtuOverTcpClient:

grafik

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants