|
Message
From: "Kirill 'Big K' Katsnelson" <kkm@d...>
Date: Thu, 09 Oct 2003 02:33:39 -0700
Subject: Re: [usb] About FPGA test
Some time ago, Jung Ko wrote...
>As for the software, I know there is an open source library called libusb
>that runs under Linux and it's been ported to Windows just few weeks ago.
>Try it out, it should work... :)
In Cypress development kits, there are drivers for their "unpersonalized" USB
CPUs (with no user code in EEPROM, that is). You can customize an INF for
this driver to match your device, and use it. There are sources for both
the driver and its client, a GUI application, and the driver API, exposed
via IOCTLs, is flexible enough to execute single URBs. The kits are freely
downloadable from their site. That's what I've been using.
-kkm
|
 |