UsbSerial/CHANGELOG.md

20 wiersze
757 B
Markdown

2019-01-27 18:16:06 +00:00
CHANGELOG
=========
2019-02-23 18:14:53 +00:00
Release 6.0.2
--------------------------------------
- VID/PID pairs are sorted and searched in a faster way.
- FTDI driver improved.
2019-02-17 17:11:07 +00:00
Release 6.0.2
--------------------------------------
- Solved issue when disconnecting multiple serial ports.
2019-01-27 18:16:06 +00:00
Release 6.0.1
--------------------------------------
- Internal serial buffer now uses [Okio](https://github.com/square/okio). This erases the 16kb write
limitation from previous versions and reduces memory footprint.
2019-02-23 18:14:53 +00:00
- Improved CP2102 driver and added more VID/PID pairs.
- Added a [utility class for handling the common problem of split received information in some chipsets](https://github.com/felHR85/UsbSerial/blob/master/usbserial/src/main/java/com/felhr/utils/ProtocolBuffer.java).
2019-01-27 18:16:06 +00:00