MangoAutomation / modbus4j

A high-performance and ease-of-use implementation of the Modbus protocol written in Java. Supports ASCII, RTU, TCP, and UDP transports as slave or master, automatic request partitioning and response data type parsing.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Write holding register MSB/LSB only

tuzilj1 opened this issue · comments

If you are using holding register and ONE_BYTE_INT_UNSIGNED_LOWER / ONE_BYTE_INT_UNSIGNED_UPPER the result of write function is 0x00** or 0x**00.