USB and Python

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Philippe Martin

    #1

    USB and Python

    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 available for Windows / Linux ?

    Thanks,

    Philippe

  • Diez B. Roggisch

    #2
    Re: USB and Python

    Sybren Stuvel schrieb:[color=blue]
    > Philippe Martin enlightened us with:[color=green]
    >> 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.[/color]
    >
    > You could wrap libusb on Linux.[/color]

    PyUSB already does that.

    OP seems to have a bad google day...

    Diez

    Comment

    • Philippe Martin

      #3
      Re: USB and Python

      Many thanks,


      Philippe



      Philippe Martin wrote:
      [color=blue]
      > 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 available for Windows / Linux ?
      >
      > Thanks,
      >
      > Philippe[/color]

      Comment

      Working...