Skip to main content

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


Download files

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

Source Distribution

usb_can_analyzer-2.0.0.tar.gz (5.2 kB view hashes)

Uploaded Source

Built Distribution

usb_can_analyzer-2.0.0-py3-none-any.whl (6.3 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