Skip to content

v2.3.0

Compare
Choose a tag to compare
@kai-morich kai-morich released this 05 Jul 13:13
· 141 commits to master since this release

features:

  • added CH341A support
  • implement CH34x input control lines
  • implemented CP21xx input control lines
  • new getControlLines() and getSupportedControLines() methods
    • getControlLines()requires less USB transfers than calling getRTS() + ... + getRI() individually
    • getSupportedControlLines() 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