Re: PyUSB available for current versions of Windows?

2012-03-10 Thread Dietmar Schwertberger
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

Re: PyUSB available for current versions of Windows?

2012-03-09 Thread Tim Roberts
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

Re: pyusb and microchip mcp2210 interface

2012-02-29 Thread Tim Roberts
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..

Re: Pyusb

2009-10-14 Thread Chris Withers
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