Cloud-Automation / node-modbus

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

README.md: Add documentation about 32bit values #140

Closed marcosps closed 7 years ago

marcosps commented 7 years ago

Using an array when calling methods from jsmodbus implies that all values are in fact 16bit, so exemplify how to use jsmodbus with 32bit values.

Signed-off-by: Marcos Paulo de Souza marcos.souza.org@gmail.com

marcosps commented 7 years ago

Added some documentation about this matter, as I suffered trying to grasp how to do it.

Please let me know if you want me to change anything.

Thanks,

stefanpoeter commented 7 years ago

Thanks a lot.