Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
471 stars 175 forks source link

How can i write float value? #123

Closed roccomuso closed 7 years ago

roccomuso commented 7 years ago

self.getHolding().writeUInt16BE(<value>, <regAddress>)

But how to write float values to a register?

stefanpoeter commented 7 years ago

Can issue #114 help you?