V2.5 is available as an attachment to this post. It is identical to version 2.4 referenced aboce but adds the required flag for Pending Intents when targeting SDK 31+.
*UsbSerial supports various popular chips that support serial emulation over a USB connection
*and provides a common API to communicate with them all.
*The devices recognised by this library include:
*
*Various Prolific PL2303 based USB serial devices.
*
*Various FTDI FT232 based devices including Arduinos that use FTDI USB serial chips.
*The FTDI "status byte" bug on reading input in version 1.0 of this library is fixed.
*
*Various Arduinos that use an Atmel 8U2 or 16U2 programmed as a CDC ACM Virtual Comport.
*USB versions of the Roboclaw controller which act as an CDC ACM Virtual Comport in mode 15.
*
*Silicon Labs CP2102 and possibly others of that series of USB to UART Bridges.
*Supported devices are recongised by the combination of their VendorID and Product ID, a list of which is
*precomiled into the library. A device that is compatible with one of the four device drivers listed above *but that is not recognised may be supported using the SetCustomDevice method. this is most likely to be useful
*for devices implementing the USB CDC (Communications Device Class) ACM (Abstract Control Model) which is a
*vendor-independent publicly documented protocol.
V2.5 is available as an attachment to this post. It is identical to version 2.4 referenced aboce but adds the required flag for Pending Intents when targeting SDK 31+.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.