You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This a FTDI device, when connected to windows VID = 0403 PID = 6001. When device is connected to android, the GetAllUsbDevices shows a VID = 1027 and PID 25477. you show 0403 and 6001 in your example hence I believed it is supported.
When calling UsbDriverFactory.CreateUsbDriver using vid 1027 and pid 25477 an exception being thrown.
UsbDriverBase usbDriver = UsbDriverFactory.CreateUsbDriver(1027,25477);
The exception message thrown is "The corresponding device could not be found"
"UsbManagerHelper.GetAllUsbDevices();" returns a device with specific vid and pid.
The text was updated successfully, but these errors were encountered: