2010/8/11 Xiaofan Chen <xiaof...@gmail.com>:
> On Thu, Aug 12, 2010 at 6:11 AM, Tyler W. Wilson <ty...@tylerlabs.com> wrote:
>
>> FYI, I am coding and testing using a Pololu Maestro servo controller
>> (see http://www.pololu.com/catalog/product/1350), which uses WinUSB as
>> the driver. And I did not want to try to get libusb0 or libusb1 with the
>> WinUSB backend on my machine - I would rather go the more direct route.
>>
>
> I kind of understand this and it is an interesting approach to use WinUSB
> directly and can be an interesting project.
>
> However, just wondering if you have tried with the libusb-1.0
> Windows backend (which supports WinUSB and HID backend now,
> next will be libusb-win32 device driver backend). In my tests
> (using libusbdotnet), the speed of libusb-1.0 Windows backend and
> using WinUSB directly do not seem to differ much.

I also considered in the past writing a backend using WinUSB directly,
but with libusb-1.0 Windows backend, I decided to defer this decision
to the future. The only reason I saw to write the backend from the
ground up is because Windows culture of "the package contains anything
you need to run it" (how many of you have installed a software that
ships msvcrt libraries?). Even this reason I see as a weak one,
because PyUSB does not aim the "normal user". But of course if you
write the backend, and after code review and validation (does it pass
in the regression tests?), I don't see any reason why does not ship it
with PyUSB, at least in a kind of "extra" directory. I will be very
grateful for your contribution and help you with all you need to do
the job.



-- 
Best Regards,
Wander Lairson Costa

------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to