pyusb and microchip mcp2210 interface

Tim Roberts timr at probo.com
Thu Mar 1 01:24:14 EST 2012


jobattle <jobattle at gmail.com> 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, timr at probo.com
Providenza & Boekelheide, Inc.



More information about the Python-list mailing list