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

Add support for Modbus RTU over UDP #137

Open
zsoltyfm opened this issue Jan 16, 2024 · 2 comments
Open

Add support for Modbus RTU over UDP #137

zsoltyfm opened this issue Jan 16, 2024 · 2 comments
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement

Comments

@zsoltyfm
Copy link

zsoltyfm commented Jan 16, 2024

I would recommend for consideration that it would be worthwhile to add the possibility to transmit modbus RTU frames via TCP and UDP ethernet network.

I often come across that the device used is a standard ethernet-rs232-rs485 gateway and therefore does not handle the modbus TCP protocol by default, but if normal RTU frames are transmitted and received on an Ethernet network, then communication can also be implemented in this way.

This would be an often useful feature.

https://www.modbustools.com/modbus_poll.html

@per1234 per1234 added type: enhancement Proposed improvement topic: code Related to content of the project itself labels Jan 16, 2024
@per1234 per1234 changed the title Modbus RTU over TCP and UDP Add support for Modbus RTU over UDP Jan 16, 2024
@per1234
Copy link
Contributor

per1234 commented Jan 16, 2024

Thanks for your suggestion @zsoltyfm. As you are aware, there is already a request for TCP support: #123 so this request is redundant in that respect. I am not knowledgeable on this subject, but I suppose we can treat the request for UDP support as unique and use this issue to track that aspect exclusively.

@zsoltyfm

This comment was marked as duplicate.

@arduino-libraries arduino-libraries locked as too heated and limited conversation to collaborators Jan 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
topic: code Related to content of the project itself type: enhancement Proposed improvement
Projects
None yet
Development

No branches or pull requests

2 participants