features:
- new
UsbSerialPort.setReadQueue(...)andSerialInputOutputManager.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.