|
From: Kitsok <ko...@ki...> - 2007-09-17 08:42:00
|
Hello all! I'm developing custom gaming device and use libusb-win32 as a driver. I use bulk read and write functions, and I'm stuck. I don't know if the problem is in driver or in firmware, but after some consequentive bulk writes my host program fails with "write timeout". After that I have to unplug my device, reset it and plug it back. Otherwise WinXP even doesn't enumerate it. So I've decided to go deeper into the driver, and few questions raised: 1. Do I understand correctly that I have to use MinGW compiler to compile the sources from SVN? 2. What branch should I take - libusb or libusb1? 3. And, finnaly, how to enable and read debug output of the driver? Thanks! Best regards, Konstantin Klubnichkin -- View this message in context: http://www.nabble.com/Few-questions-about-libusb-win32-tf4465243.html#a12731698 Sent from the LibUSB Dev - Win32 mailing list archive at Nabble.com. |