UMAK utils module
Project description
Installation
In order to install filipid
please run setup.py
script or use PIP.
python setup.py install
Using PIP
pip install filipid
Example of usage
from filipid import port port = port.Port(port='/dev/cu.usbserial-A901A1JZ') tmp = port.send([253, 252, 2, 3, 0], 0.04) print(tmp) tmp = port.send([253, 251, 2, 0], 0.02) print(tmp) tmp = port.send([255, 2], 0.02) print(tmp)
Utils tool
If you want to list all available ports
>>> list_ports /dev/cu.SRS-XB10-CSRGAIA-1 /dev/cu.BoseQuietComfort35-SPPD-1 /dev/cu.usbserial-A901A1JZ
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Filename, size | File type | Python version | Upload date | Hashes |
---|---|---|---|---|
Filename, size filipid-0.0.4-py3-none-any.whl (3.1 kB) | File type Wheel | Python version py3 | Upload date | Hashes View |
Filename, size filipid-0.0.4.tar.gz (2.4 kB) | File type Source | Python version None | Upload date | Hashes View |