usb-serial-for-android v2.3.0 Release Notes

Release Date: 2020-07-05 // almost 4 years ago
  • ๐Ÿ”‹ 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