[Libusbx-devel] Isochronous support via libusbk backend problem

2013-12-29 Thread GORAN RADIVOJEVIC
Hi to all, I'm trying to do ISO OUT transfer on Windows 7 64 bit and every callback returns LIBUSB_TRANSFER_ERROR. On Linux transfer is LIBUSB_TRANSFER_COMPLETED, I can read data from my USB device (Atmel UC3A3256) but performance is around 300KB/s for 256 ISO endpoint size. Bulk and Interrupt t

[Libusbx-devel] Something for examples?

2013-12-29 Thread Gisle Vanem
Hi list. I've made a small example using libusbx that could be useful to someone. It's a simple USB-enumerator program that prints the VID/PID and names of your local USB-hardware installed. Here is prints: 0: VID:8086 PID:3B3C -> Intel Corp. 1: VID:8086 PID:3B34 -> Intel Co