Python-can CANine
Project description
python-can-canine
This module is a plugin that lets you use CANine adapters with the CANine firmware in python-can.
Installation
Install using pip:
$ pip install python-can-canine
Usage
Overall, using this plugin is quite similar to the main Python-CAN library, with the interface named canine
. To integrate the Canine interface into your scripts, you can import constants, device designations, and more from the Python-CAN-Canine module using import canine
. For most scenarios, incorporating a Canine interface is as easy as modifying Python-CAN examples with the lines provided below:
Create python-can bus with the Canine USB interface:
import can
from canine import CANineBus
bus = can.Bus(interface="canine", bitrate=1000000)
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
Built Distribution
File details
Details for the file python-can-canine-0.2.5.tar.gz
.
File metadata
- Download URL: python-can-canine-0.2.5.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | dfef474b51e4d1d8e5e0649247cef8e6cd9f2abfeb590db221a1b42ffc6702ae |
|
MD5 | 9f045186fc2bacde756e1561cfa57a47 |
|
BLAKE2b-256 | d6946a5ff6cc1a6bfac37c07f12c170d0aa345937d35d2a5ebd5d149aaac73c3 |
File details
Details for the file python_can_canine-0.2.5-py3-none-any.whl
.
File metadata
- Download URL: python_can_canine-0.2.5-py3-none-any.whl
- Upload date:
- Size: 4.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | d2c13aa7a8c245e6dc6fac0f1e04e612723c9c78297ede8194a52d92cbc86dcf |
|
MD5 | d83e99905c68217bf0d10d96b5150cea |
|
BLAKE2b-256 | 0b3ac2ce670575125e145a1f698750662d22ec9dab7af2e577507535ffc1022f |