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
Release history Release notifications | RSS feed
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)