modbus_exporter icon indicating copy to clipboard operation
modbus_exporter copied to clipboard

Allow to read coils with bitOffset higher than 7

Open zzzorgo opened this issue 10 months ago • 1 comments

When reading 16-bit register as an array of coils the upper 8 bits are being ignored resulting to the wrong coil values read. This change fixes this.

zzzorgo avatar Apr 16 '24 11:04 zzzorgo

Scratched my head for hours until I found this. It works flawlessly, thanks for this fix! I wish they would merge it asap.

bitlewis avatar Aug 30 '24 13:08 bitlewis