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.
when I use a thread to write the value , and read the value in other thread, I find the value need to wait a few second to change, so I want to ask how can I get the modified value immediately
!
when I use a thread to write the value , and read the value in other thread, I find the value need to wait a few second to change, so I want to ask how can I get the modified value immediately !