Skip to main content

USB-IO2 control library for Python

Project description

pyusbio

これは、USB-IO2.0をコントロールする ためのライブラリです。

使い方

>>> import pyusbio
>>> usbio = usbio.USBIO()
>>> if usbio.find_and_init():
...   port0, port1 = usbio.send2read([0x00, 0x01])
...   print("{0:x}, {1:x}".format(port0, port1))

必須依存ライブラリ

動作を確認しているOS

  • Linux (Debian Sid)
  • Windows10

対応Python

Python3.6以上
(Python2系列は未サポートです。)

制限事項

  • 1つのUSB-IO2.0しか認識できません。

ライセンス

MIT

おまけ

付属のusbio_config.pyは、USB-IO2.0の内部設定を変更するツールです。 使い方については、 python usbio_config.py --help で表示されるヘルプ情報を参照してください。

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

pyusbio-0.1.3.tar.gz (5.4 kB view hashes)

Uploaded Source

Built Distribution

pyusbio-0.1.3-py3-none-any.whl (5.9 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page