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?
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?