ModbusTCPProtocolPrettyPrintModbusADU Method |
Name | Description | |
---|---|---|
![]() | PrettyPrintModbusADU(Byte) |
Take a Modbus Command written in a hex byte array representation and
prettifies it. e.g.
0x006600000006ff0100000010
0066 0000 0006 ff 01 0000 0010
TranID|ProtID|Len|UnitID|Func|DATA
there is a space every 4 characters, and also a space at the 15 char
between the UnitID and the Function code
|
![]() | PrettyPrintModbusADU(String) |
Take a Modbus Command written in ASCII as a hex representation and
prettifies it. e.g.
006600000006ff0100000010
0066 0000 0006 ff 01 0000 0010
TranID|ProtID|Len|UnitID|Func|DATA
there is a space every 4 characters, and also a space at the 14 char
between the UnitID and the Function code
|