On Wed, Feb 6, 2013 at 7:26 AM, Tom Navarro wrote:
> Update:
>
> This issue seems to have been caused by the USB Virtualization Connector
> Driver installed by Windows Virtual PC. After uninstalling the driver
> and Virtual PC, a quick test with libusbx 1.0.14 shows my program
> working fine.
Ve
Update:
This issue seems to have been caused by the USB Virtualization Connector
Driver installed by Windows Virtual PC. After uninstalling the driver
and Virtual PC, a quick test with libusbx 1.0.14 shows my program
working fine.
Tom
-
Hi all,
I'm having an issue sending bulk transfers to my Cypress FX2-based
device. I'm running Windows 7 x64 with the following code:
int main(int argc, char* argv[]) {
libusb_device_handle *bh;
unsigned char outBuf[128];
struct timeval tv;
struct libusb_transfer* xfr;