JLibModbus - is an implementation of the Modbus protocol v1.1b in java language. Java modbus library. It works. Welcome.
307
stars
128
forks
source link
Remove superfluous BufferedOutputStream in OutputStreamTCP #63
Closed
wielantu closed 3 years ago
The BufferedOutputStream used in OutputStreamTCP is superfluous. The byte array is now written directly to the socket.