tuxnsk / nodejs_libmodbus

libmodbus binding for nodejs
42 stars 66 forks source link

inputReg issue #38

Closed pyxiscloud closed 7 years ago

pyxiscloud commented 8 years ago

Hi when i try to setInputReg - it write value to HoldingReg i'm thinking it's a bug

pyxiscloud commented 8 years ago

find bug at 329 line should chnge it to

        jso.tab_input_registers[adr] = val;
Disminder commented 7 years ago

Fixed