Am 09.03.2012 18:18, schrieb John Nagle:
I want to enumerate the available USB devices. All I really
need is the serial number of the USB devices available to PySerial.
(When you plug in a USB device on Windows, it's assigned the next
available COM port number. On a reboot, the numbers are reassi
John Nagle wrote:
>I want to enumerate the available USB devices. All I really
>need is the serial number of the USB devices available to PySerial.
>...
>(When you plug in a USB device on Windows, it's assigned the next
>available COM port number. On a reboot, the numbers are reassigned.
>S
jobattle wrote:
>
>Has anybody out there had any experience in using the PYUSB library with
>the new Microchip MCP2210 USB to SPI chip?
It appears to the system as a HID device. You don't need to use PyUSB --
it already has a driver.
Check libhid -- it has a Python binding.
--
Tim Roberts, t..
Ronn Ross wrote:
Does anyone know where I can download a copy of PyUSB 1.0? I can only
find 0.x versions on sourceforge. I'm following a tutorial that requires
1.0. Thanks
Googling "pyusb" gives me loads of hits and the newer versions appear to
be on about the 3rd link down...
Chris
--
Sim