Does python have the capability for driver development ?

Martin P. Hellwig martin.hellwig at dcuktec.org
Wed Jul 29 19:44:41 EDT 2009


Rodrigo S Wanderley wrote:
> <cut>
> What about user level device drivers? Think the Python VM could
> communicate with the driver through the user space API.  Is there a
> Python module for that?
>
>   
Sure why not?
Look for example to libusb, which provides a userspace environment and 
pyusb which uses that and provides an interface to Python.

-- 
MPH




More information about the Python-list mailing list