v2.3.0
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