- Added custom baud rates in FTDI devices.
- Added setBreak method. Currently only working in FTDI devices.
- Solved issue with CDC.
- Added new pair of VID/PID pairs for CP2102.
- Threads closing in a safer way.
- Proguard rules.
- FTDI driver improved again.
- VID/PID pairs are sorted and searched in a faster way.
- FTDI driver improved.
- Solved issue when disconnecting multiple serial ports.
- Internal serial buffer now uses Okio. This erases the 16kb write limitation from previous versions and reduces memory footprint.
- 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.