kochedykov / jlibmodbus

JLibModbus - is an implementation of the Modbus protocol v1.1b in java language. Java modbus library. It works. Welcome.
http://kochedykov.github.io/jlibmodbus/
Apache License 2.0
307 stars 128 forks source link

How to read data by passing custom code which not present in the ModbusFunctionCode #72

Open Nagarjunaavula opened 3 years ago

Nagarjunaavula commented 3 years ago

The current ModbusFunctionCode enum has some codes, if we have any custom code and if we want to read the data by passing the custom code there is no direct method available. Can you extend the support or provide any sample test case if it works with the existing code.