We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add the ability to use Modbus/TCP over a UDP transport.
modbus establishes a TCP connection to the modbus slave and polls registers
Send modbus request over UDP to poll registers
Modbus slaves that support UDP would benefit from the reduced overhead especially when there are multiple masters polling the device for data.
The text was updated successfully, but these errors were encountered:
There is an MIT-licensed client implementation out there (simonvetter/modbus#28).
Sorry, something went wrong.
Solved by #85
No branches or pull requests
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.
The text was updated successfully, but these errors were encountered: