Hello, I'm using libusb usb_bulk_read function to get data from my device and I see with a traffic analyser that BULKIN requests from my computer occurs every 2ms.
This limit my data transfer rate to 30 Ko.s I suspect the kernel to delay each request I send via the usb_bulk_read function. Is there a mean to lower that delay ? Or do I have to try in an other way ? Thanks for help ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ [EMAIL PROTECTED] To unsubscribe, use the last form field at: https://lists.sourceforge.net/lists/listinfo/linux-usb-devel
