I have a device here that shows up in a "Serial USB Terminal" app that I downloaded from the play store. It shows up as 3 different devices in the USB device list. They all have the same vendor and product IDs. In the list they show up as "Serial device - CDC - Port 1", "Serial device - CDC - Port 2", and "Serial device - CDC - Port 3". Port 2 and Port 3 device selections connect and transmit the data they are supposed to. So I know the Android OS supports it. Port 1 is for connecting to a PC and changing the chip settings. When I use the USB Serial Libraries in B4A, it only connects to port 1, which has no data on it. Does the USB serial libraries support serial devices with multiple ports? Thanks