I have XP Professional Ver 2002 SP2. Libusb0.sys is in windows\system32
\drivers & libusb0.dll is in windows\system32 and Python25\Lib
\site-packages.
Thanks, I'll try the libusb-win32 mailing list for some help.
Mark
> Sorry I am running out of ideas. Could you try the latest
> 1.1.14.0 release
On Wed, Jun 2, 2010 at 9:15 PM, Mark wrote:
> My testlibusb-win.exe output (with my device connected & showing up ok
> in device manager) gives only the DLL ver, program ver & other header
> information - no device output. Clicking refresh does nothing.
>
> Running enumusb.py with or without my de
On Wed, Jun 2, 2010 at 9:15 PM, Mark wrote:
> My testlibusb-win.exe output (with my device connected & showing up ok
> in device manager) gives only the DLL ver, program ver & other header
> information - no device output. Clicking refresh does nothing.
>
> Running enumusb.py with or without my de
My testlibusb-win.exe output (with my device connected & showing up ok
in device manager) gives only the DLL ver, program ver & other header
information - no device output. Clicking refresh does nothing.
Running enumusb.py with or without my device connected gives only this
output:
found 4 busses
On Wed, Jun 2, 2010 at 5:27 AM, Mark wrote:
> I created the INF file using inf-wizard.exe. My lsusb output is:
>...
> cannot read device status, Broken pipe (32)
This is not a real problem. If you run as root or sudo, lsusb may be fine.
What is the output of testlibusb-win.exe under Windows?
--
Xiaofan, I created the INF file using inf-wizard.exe. My lsusb output
is:
--
Device Descriptor:
bLength18
bDescriptorType 1
bcdUSB 2.00
bDeviceClass 255 Vendor Specific Class
bDeviceSubClass 255 Vendor Specif
On Sun, May 30, 2010 at 11:31 PM, Karl Palsson wrote:
> If you're screwing around with inf files, (in my opinion) you're doing it
> wrong.
>
> I (finally) got windows XPand ubuntu working with (almost) the same code, and
> no
> inf files.
>
> http://github.com/karlp/karlnet/tree/usbmaster/produc
If you're screwing around with inf files, (in my opinion) you're doing it wrong.
I (finally) got windows XPand ubuntu working with (almost) the same code, and
no
inf files.
http://github.com/karlp/karlnet/tree/usbmaster/producers/pyhid/ has the simple
code, and the README there is
--- c
On Sun, May 30, 2010 at 5:32 AM, Mark wrote:
> Hello Xiaofan, thanks for the reply. I did create the .inf file &
> selected it as the driver to load when the device is attached. My device
> shows up with no errors under Device Manager but when I run
> testlibusb-win.exe nothing at all is shown (no
Hello Xiaofan, thanks for the reply. I did create the .inf file &
selected it as the driver to load when the device is attached. My device
shows up with no errors under Device Manager but when I run
testlibusb-win.exe nothing at all is shown (not even for devices that
windows can see). I have also
On Sat, May 29, 2010 at 4:35 AM, Mark wrote:
> I'll try to install the filter package. I seem to recall reading about
> not installing the filter version because it was 'broken'. I did create
> an .inf for my device & XP does load the driver when I attach my device.
> When I look in Device Manager
I'll try to install the filter package. I seem to recall reading about
not installing the filter version because it was 'broken'. I did create
an .inf for my device & XP does load the driver when I attach my device.
When I look in Device Manager I can see my device there with no yellow
flag.
Thank
Try to uinstall libusb and install this package:
https://sourceforge.net/projects/libusb-win32/files/libusb-win32-snapshots/20100519/libusb-win32-filter-bin-20100519.exe/download.
I think you have to install libusb-win32 as a filter driver, otherwise you
will have to create an inf file for your dev
Yes, testlibusb-win.exe does not produce any output other than the app
version numbers at the top of the window. The bin I've downloaded is
libusb-win32-device-bin-20100519. I've tried completely uninstalling
pyusb, python & libusb and re-installing in order libusb, python, pyusb
but still get the
It feels like something wrong with libusb installation... Have you tried the
libusb-win32 test application?
Wander
2010/5/28 Mark
> Hello, I have a PC that dual boots Ubuntu 8.04 and Win XP SP2. On both
> Ubuntu and XP I have Python 2.5.2 and Pyusb 0.4.1 installed and on XP I
> also installed l
Hello, I have a PC that dual boots Ubuntu 8.04 and Win XP SP2. On both
Ubuntu and XP I have Python 2.5.2 and Pyusb 0.4.1 installed and on XP I
also installed libusb-win32 0.1.12.1. On both OSes I type the following
at the interactive prompt:
>>> import usb
>>> b = usb.busses()
>>> print b[1].device
16 matches
Mail list logo