usb-serial-for-android v2.3.0 Release Notes
Release Date: 2020-07-05 // almost 3 years ago-
๐ features:
- โ added CH341A support
- implement CH34x input control lines
- implemented CP21xx input control lines
- ๐ new
getControlLines()
andgetSupportedControLines()
methodsgetControlLines()
requires less USB transfers than callinggetRTS()
+ ... +getRI()
individuallygetSupportedControlLines()
tells you, which control lines are supported by a driver. Previously you had to check the driver implementation
๐ changes:
- open() CP21xx with RTS, DTR unset, for consistency with other drivers