modbus4j icon indicating copy to clipboard operation
modbus4j copied to clipboard

Send an instruction every 5 seconds to read the data, after a period of time, IO error

Open sheng930920 opened this issue 4 years ago • 0 comments

Send an instruction every 5 seconds to read the data, after a period of time, IO error

java.io.IOException: I/O error
 W/System.err:     at java.io.FileInputStream.available0(Native Method)
 W/System.err:     at java.io.FileInputStream.available(FileInputStream.java:323)
 W/System.err:     at java.io.BufferedInputStream.available(BufferedInputStream.java:399)
 W/System.err:     at com.serotonin.modbus4j.sero.messaging.InputStreamListener.run(InputStreamListener.java:91)
 W/System.err:     at java.lang.Thread.run(Thread.java:761)

sheng930920 avatar Nov 29 '21 14:11 sheng930920