From: Xiaofan C. <xia...@gm...> - 2010-08-09 01:48:30
|
On Mon, Aug 9, 2010 at 9:23 AM, malik martin <las...@gm...> wrote: > On Sun, Aug 8, 2010 at 9:11 PM, Xiaofan Chen <xia...@gm...> wrote: > >>> I'm trying to learn how to develop with it. I want to plug my fpga's USB port >>> and control LEDs or something. >> >> You can try the device driver. > > which is what i've installed right? I'm thinking of trying > libusbdotnet, and have installed that too. Not really. To install the device driver for your device, run inf-wizard.exe. Device driver: only for your device, more stable, recommended to everyone Filter driver: for quite some class of USB device (including your USB mouse/keyboard, your USB mass storage device, etc), not as stable, can potentially cause BSODs, not recommended for end users. More information: https://sourceforge.net/apps/trac/libusb-win32/wiki -- Xiaofan |