Skip to content
New issue

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

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

Already on GitHub? # to your account

Modbus UDP Feature Resquest #50

Closed
theruskian opened this issue Feb 16, 2022 · 2 comments
Closed

Modbus UDP Feature Resquest #50

theruskian opened this issue Feb 16, 2022 · 2 comments

Comments

@theruskian
Copy link

Feature Request

Add the ability to use Modbus/TCP over a UDP transport.

Current behavior:

modbus establishes a TCP connection to the modbus slave and polls registers

Desired behavior:

Send modbus request over UDP to poll registers

Use case:

Modbus slaves that support UDP would benefit from the reduced overhead especially when there are multiple masters polling the device for data.

@andig
Copy link
Contributor

andig commented Mar 27, 2023

There is an MIT-licensed client implementation out there (simonvetter/modbus#28).

@dammarco
Copy link
Contributor

Solved by #85

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

No branches or pull requests

3 participants