Skip to content

v3.3.2

Compare
Choose a tag to compare
@kai-morich kai-morich released this 10 Apr 19:20
· 94 commits to master since this release

features:

  • use optimal read buffer size in SerialInputOutputManagerto reduce latency for FTDI and CH34x
  • getReadEndpoint() and getWriteEndpoint() methods moved to UsbSerialPort interface

fixes:

  • read w/o timeout now throws exception on connection lost or buffer to small (when using SerialInputOutputManager 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