2011/1/4 Emmanuel Blot <eblot...@gmail.com>:
>> libusb 1.0 uses WinUSB, which I am not sure is
>> available in Windows XP (I guess so, you might find some info in the
>> libusb.org website)
>
> It seems it is supported since WinXP SP2:
>  http://msdn.microsoft.com/en-us/library/ff540196.aspx
> but some specific files need to be installed.
> I missed this part... I'll try tomorrow with Windows 7.
>
>> and libusb-win32 has its own device driver, which
>> I am sure runs on Windows XP.
>
> Unfortunately, it makes the Cygwin Python interpreter to crash on my machine.
>
Cygwin is still unsupported. I've given just a shallow look on Cygwin,
but it feels like it just has the static versions of libusb 1.0 and
libusb-win32.

> Have you run the tests with a native Python interpreter or with the Cygwin 
> port?
> I'd like to stick to the tested configuration for now.
>
>> Anyway, you have to install the device driver for your peripheral.
>
> This is what I did: I've installed the D2XX Windows drivers (latest
> release) available from the FTDI web site.
> My understanding is that for libusb-1.0 at least, if these original
> drivers are installed, there's no need to install another device
> driver. I'll double-check
>
libusb 1.0 needs WinUSB driver and libusb-win32 needs the libusb0.sys
driver. With libusb-win32, you can install its driver as a filter
driver on top of the current driver of your device, but it is not the
recommended way.


-- 
Best Regards,
Wander Lairson Costa
LCoN - Laboratório de Computação Natural - Natural Computing Laboratory
(http://www.mackenzie.com.br/lcon.html)
Programa de Pós-Graduação em Engenharia Elétrica (PPGEE)
Faculdade de Computação e Informática (FCI)
Universidade Presbiteriana Mackenzie - SP - Brazil

------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to