Python and USB

Jeff Epler jepler at unpythonic.net
Mon Apr 5 12:08:05 EDT 2004


Marco,
I have some custom USB hardware that I wanted to use from Python.
I wrote a C library that called libusb routines, then wrapped my library
with Pyrex.

I am very pleased with the results!  It even worked on Windows after a
little work, using libusb-win32.

Main page for this project:
    http://unpy.net/avr/usb/uavrp/
The Pyrex module:
    http://unpy.net/avr/usb/uavrp/uavrp-1.0/avr.pyx
The C library:
    http://unpy.net/avr/usb/uavrp/uavrp-1.0/hostlib.c

Jeff




More information about the Python-list mailing list