I have installed the libusb-win32 device driver and created an inf file for
my device. The installation of the driver appears successful. WinXP device
manager shows the device under the category "libusb-win32-devices."  When I
click on my device, all the information makes it look like the device driver
is happy ("This device is working normally" and under the details tab the
Device information is there)

so far so good

now I run the program under the "Let's get started" heading in the pyusb
tutorial <http://pyusb.sourceforge.net/docs/1.0/tutorial.html>, with my
idVendor and idProduct updated for my device. The device is found but I get
an assertion error as ep is None.

Running the code under "Describe Yourself" in the tutorial I get 1
configuration with endpoints 0,0.

-- 
John
------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users

Reply via email to