Can't find device on libusbdotnet

1.6k Views Asked by At

I am a beginer on USB. I found libusbdotnet on http://sourceforge.net/projects/libusbdotnet/ i am using the library. But i can't find my device by command

MyUsbDevice = UsbDevice.OpenUsbDevice(MyUsbFinder); 
//public UsbDeviceFinder MyUsbFinder = new UsbDeviceFinder(0xc251, 0x2722);

The vendor and product ID are the vender, product ID of Keil ULINK2.

MyUsbDevice always null although The USB is attached.

Thank for help!

1

There are 1 best solutions below

1
On

You need to download LibUsbDotNet_Setup.2.2.8.exe and run setup. During setup you should enable filter and choose your input device per your vendor id. Then your code will find the device afterwards