最終更新:2024-04-19 (金) 17:20:23 (4d)  

PyUSB
Top / PyUSB

PyUSB aims to provide easy USB access to the Python language.

https://github.com/pyusb/pyusb

http://sourceforge.net/apps/trac/pyusb/

機能

  • Support for libusb-0.1, libusb-1.0 and OpenUSB.
  • Easy API to communicate with devices.
  • Support for custom library backends.
  • Isochronous transfer type support.
  • 100% written in Python by ctypes.
  • It runs on any Python version >= 2.4 (this includes Python 3).

ライブラリ

  • ContentDescription
    usb.coreThe main USB module.
    usb.util?Utility functions.
    usb.control?Standard control requests.
    usb.legacy?The 0.x compatibility layer.
    usb.backend?A subpackage containing the builtin backends.

関連