A high-performance and ease-of-use implementation of the Modbus protocol written in Java. Supports ASCII, RTU, TCP, and UDP transports as slave or master, automatic request partitioning and response data type parsing.
I can successfully get the data, but meanwhile I am getting many of ModbusTransportException: Unsupported IP protocol id.
Have no idea what to do with it.
Checked the dump from Wireshark. The device answers properly in short time (about 0.5ms).
Seems MessageControl or InputStreamListener screwed up in some way.
I can successfully get the data, but meanwhile I am getting many of ModbusTransportException: Unsupported IP protocol id. Have no idea what to do with it.
Checked the dump from Wireshark. The device answers properly in short time (about 0.5ms). Seems MessageControl or InputStreamListener screwed up in some way.