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!