ArduinoModbus
ArduinoModbus copied to clipboard
Add support for Modbus RTU over UDP
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
Thanks for your suggestion @zsoltyfm. As you are aware, there is already a request for TCP support: https://github.com/arduino-libraries/ArduinoModbus/issues/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.
Köszönjük javaslatát@zsoltyfm. Amint Ön is tudja, már van egy TCP-támogatási kérelem: #123 , tehát ez a kérelem ebből a szempontból felesleges. Nem vagyok jártas ebben a témában, de feltételezem, hogy az UDP-támogatás iránti kérelmet egyedinek tekinthetjük, és ezt a problémát kizárólag ennek a szempontnak a nyomon követésére használhatjuk.
You probably don't really understand what I mean. Perhaps if you review this software a bit, you will understand that it is completely different. This is not a unique case, as there are such gateways that support it. I came up with this proposal because I see it as justified due to my practical experience.
https://www.modbustools.com/modbus_poll.html