-
-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Description
Hi
It would be a good idea to add support from Modbus RTU Over TCP. I, for one, got device supporting that protocol and not Modbus TCP!.
Below are some statements from http://www.control.com/thread/1305797461
Where Modbus over TCP means a MODBUS RTU packet wrapped in a TCP packet.
Standard Modbus RTU is meant for transmission over serial lines (RS232 or RS485 are the most common). The message starts with a one byte Slave ID and ends with a two byte CRC. Sometimes the RTU message is run through a gateway onto ethernet without actually changing any of the bytes in the message. This is commonly called "RTU over TCP".
There is a different specification for Modbus TCP where the message bytes are modified to add the 6 byte MBAP header and remove the two byte CRC.
Best regards, Marinó