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.
GNU General Public License v3.0
897
stars
370
forks
source link
The doPartition method works incorrectly based on wrong assumption that register ranges doesn't have gaps #42
To Reproduce Steps to reproduce the behavior:
Expected behavior
List<ReadFunctionGroup<K>> functionGroups
must be 3 here. But has 2.