• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps USB VID, PID

Droid9999

Lurker
When I open a new connection with

USBDeviceConnection deviceConnecion=deviceManager.OpenDevice(m_device);

When nothing is connected the code shows no connected devices. When I connect a USB Device it shows the device connected.

The problem is when I check the VID and PID it shows

VID= 14640
PID= 5380

The problem is the VID and PID or not correct, and when I connect another device and it shows the same VID=14640 and PID=5380. Why?
 
Back
Top Bottom