Does python have the capability for driver development ?

Marcus Wanner marcusw at cox.net
Wed Jul 29 20:24:16 EDT 2009


On 7/29/2009 7:44 PM, Martin P. Hellwig wrote:
> 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.
> 
iicr pyusb uses a c interface to libusb, not python...

Marcus



More information about the Python-list mailing list