Skip to content

v3.10.0

Latest

Choose a tag to compare

@kai-morich kai-morich released this 05 Dec 17:11

features:

  • new UsbSerialPort.setReadQueue(...) and SerialInputOutputManager.setReadQueue(...)
    to reduce likelihood of data loss for applications doing permanent read() with timeout=0 at high baud rate, multiple buffers can be used to copy next data from Linux kernel, while the current data is processed.