public static UsbDeviceFinder MyUsbFinder = new UsbDeviceFinder(0x20DF, 0x0001);
// Find and open the usb device.
MyUsbDevice = UsbDevice.OpenUsbDevice(MyUsbFinder);
// If the device is open and ready
if (MyUsbDevice == null) throw new Exception("Device Not Found.");
VendorID と ProductID を取得した場所については、以下のスクリーン ショットを参照してください。
代替テキスト http://img266.imageshack.us/img266/7197/screen1uv.png
では、なぜ USBFinder は null を返し続けるのでしょうか?