Python library for the usb can analyzer.
Project description
# usb_can_analyzer_py Python library for the usb can analyzer. ========================================================
The Converter class allows to read/write data from/to a USB connection with a usb can analyzer.
You can install it with pip:
pip install usb_can_analyzer
Exemple d’usage:
Read data: >>> from usb_can_analyzer import Converter >>> converter = Converter(“/dev/ttyUSB0”) >>> while True: … data = converter.readMessage() … if type(data) != int: … print(data)
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
Built Distribution
File details
Details for the file usb_can_analyzer-2.0.0.tar.gz
.
File metadata
- Download URL: usb_can_analyzer-2.0.0.tar.gz
- Upload date:
- Size: 5.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f76cb6500944da18930b098c0f97a082eb533ae34757d420d3f9d3a04ff2f9f3 |
|
MD5 | b068519ca24265540f650e919bcec87b |
|
BLAKE2b-256 | c66eb66434f159c2c2aa24c56d1160f7b8ef839cb36d5880a70838ee86f5d329 |
File details
Details for the file usb_can_analyzer-2.0.0-py3-none-any.whl
.
File metadata
- Download URL: usb_can_analyzer-2.0.0-py3-none-any.whl
- Upload date:
- Size: 6.3 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.15.0 pkginfo/1.5.0.1 requests/2.9.1 setuptools/45.2.0 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.5.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | bcd3e9b66af373d6f2fc6101bc71d37917ebe9541d1ebab24803d6ff5faec8a2 |
|
MD5 | e844313f2ebb5ab274423ae80dcb9b13 |
|
BLAKE2b-256 | bd7896cb853bb3ccea8a21865294e17946371cfe8abdc2bdcdd1d6257bd2023f |