steveohara / j2mod

Enhanced Modbus library implemented in the Java programming language
Apache License 2.0
265 stars 111 forks source link

Return the new value of the register after writing to it #91

Closed ghost closed 5 years ago

ghost commented 5 years ago

The main goal of this work is to have a way to check the result of the 'write single register' operation. It would be nice to have something similar but for the 'write multiple registers' operation.

steveohara commented 5 years ago

Looks good, can you add a unit test to show it working please.

ghost commented 5 years ago

Added unit tests