Many thanks,
Philippe
Philippe Martin wrote:
> Hi,
>
> I need to talk to a USB device (PC or other) from Python - I am not
> talking about mounting a file system but sharing information as you would
> though a TCP-IP socket layer or an RS232 interface.
>
> Is there such "low-level" module a
Sybren Stuvel schrieb:
> Philippe Martin enlightened us with:
>> I need to talk to a USB device (PC or other) from Python - I am not
>> talking about mounting a file system but sharing information as you
>> would though a TCP-IP socket layer or an RS232 interface.
>
> You could wrap libusb on Linu