Modbus RTU over TCP #63
Closed
pdenorskanalyse
started this conversation in
Ideas
Replies: 6 comments
|
Hello @pdenorskanalyse. There is no Modbus RTU over TCP support. |
0 replies
|
Could this be a feature request? |
0 replies
|
This can be implemented if there is a request from users. |
0 replies
|
@pdenorskanalyse please create issue for this feature. |
0 replies
|
Implemented at version 1.13.0 |
0 replies
|
Thank you, this is exactly what I was asking for. I really appreciate how quickly you added this feature, you rock! |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is it possible to send RTU messages over a TCP connection to the client?
When using serial to ethernet gateways, some devices do not do ModbusTCP but rather just regular RTU (there is not the 4 byte TCP header). It is effectively a direct connection to a serial port (but over tcp).
All reactions