Guys,
I'm too new at this, so please excuse. I don't even know how to reply in the
thread, so I'm just sending a new email.
The libusb page does not give me anything meaningful. I don't want to write a
driver just yet for a libusb device, just use python to talk to my connected
devices for testing.
Therefore, I just expect commands like
print "usb.core.find(...)", \
usb.core.find(idVendor=0x1679)#, idProduct=0x2001) # Beagle
to return sometning for me. The only one that *does* work is the libusb app on
my target board:
print usb.core.find(idVendor=0x045B, idProduct=0x2016) # ***LibUSB demo***
which returns
[<usb.core.Device object at 0x00C1E370>]
And my app then lists
bConfigurationValue = 1:
bInterfaceNumber = 0, bAlternateSetting = 0
bEndpointAddress 1
bEndpointAddress 130
bEndpointAddress 131
...
So all is fine for that device. But why is the libusb device the only one that
is reached?
I can't see how the winusb driver.zip will do anything for me. Please direct me
what to download/do?
Regards,
Carl Stenquist
Applications Engineering
(919) 794 3477
Renesas Electronics America inc.
http://www.renesas.com
------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
user administration capabilities and model configuration. Take
the hassle out of deploying and managing Subversion and the
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
pyusb-users mailing list
pyusb-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pyusb-users