Cloud-Automation / node-modbus

Modbus TCP Client/Server implementation for Node.JS
465 stars 174 forks source link

How to read holding registers as a Buffer? #209

Closed Devoter closed 6 years ago

Devoter commented 6 years ago

I want to get a raw response (Buffer), but only values array is available, valuesAsBuffer equals to undefined.

Devoter commented 6 years ago

Found: res.response.createPayload(). I guess you should write more informative documentation.