R
Ralph Lecher
Hi!
With the RXTX Comm API is there a way to avoid OutputStream.write()
blocking the application if the targeted serial device doesn't take
over the offered data. I only found SerialPort.enableReceiveTimeout(),
which I hope prevents at least InputStream.read() from heading towards
Nirvana.
TIA
Ralph
With the RXTX Comm API is there a way to avoid OutputStream.write()
blocking the application if the targeted serial device doesn't take
over the offered data. I only found SerialPort.enableReceiveTimeout(),
which I hope prevents at least InputStream.read() from heading towards
Nirvana.
TIA
Ralph