v3.3.2
features:
- use optimal read buffer size in
SerialInputOutputManager
to reduce latency for FTDI and CH34x getReadEndpoint()
andgetWriteEndpoint()
methods moved toUsbSerialPort
interface
fixes:
read
w/o timeout now throws exception on connection lost or buffer to small (when usingSerialInputOutputManager
the exception was already thrown before this change, because the next read failed)- Use monotonic clock for timeout calculation, to avoid issues when time is adjusted