UsbSerial/CHANGELOG.md

36 wiersze
1.2 KiB
Markdown
Czysty Zwykły widok Historia

2019-01-27 18:16:06 +00:00
CHANGELOG
=========
2019-05-01 19:21:06 +00:00
Release 6.0.6
--------------------------------------
- Added custom baud rates in FTDI devices.
- Added setBreak method. Currently only working in FTDI devices.
2019-04-06 10:51:46 +00:00
Release 6.0.5
2019-04-05 23:15:07 +00:00
--------------------------------------
- Solved issue with CDC.
- Added new pair of VID/PID pairs for CP2102.
- Threads closing in a safer way.
2019-03-09 20:55:15 +00:00
Release 6.0.4
--------------------------------------
2019-04-05 23:15:07 +00:00
- Proguard rules.
- FTDI driver improved again.
2019-03-09 20:55:15 +00:00
2019-02-23 18:16:34 +00:00
Release 6.0.3
2019-02-23 18:14:53 +00:00
--------------------------------------
- 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