usbserial vid pid

  1. W

    Android Question USBSerial with multiple unknown VID / PID

    Hi all, I have a small app using UsbSerial 2.4 that talks to a handful of simialr but different devices that conform to the CDC device class, at first I was getting an "Error Opening USB Port 1" so I added:- usb1.SetCustomDevice(usb1.DRIVER_SILABS, 0x****, 0x**) Where * indicates the VID and...
Top