Python-can CANine
Project description
python-can-canine
This module is a plugin that lets you use Canine CAN 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:
.. code-block:: python
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
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file python-can-canine-0.2.0.tar.gz.
File metadata
- Download URL: python-can-canine-0.2.0.tar.gz
- Upload date:
- Size: 1.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.1 CPython/3.10.4
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
9ff3df735be6fc296644ba4e42a9833a0872c83ef0bb804914f7a62065e4dc65
|
|
| MD5 |
d2cbb9448c2f05df1fe33364ccf9b62e
|
|
| BLAKE2b-256 |
0b5fe18337160b271b32611678d206a404ec09d7dedee0045da6392f4cac4292
|
File details
Details for the file python_can_canine-0.2.0-py3-none-any.whl.
File metadata
- Download URL: python_can_canine-0.2.0-py3-none-any.whl
- Upload date:
- Size: 1.8 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 |
2e1a75968cdebd7ff6464345bc2f2d1e6a9791a838944f205a5a416a1bbfcc8a
|
|
| MD5 |
50f94f111acc07617d2122659ce839f9
|
|
| BLAKE2b-256 |
d8a3010a96b11d5f71639a289e0878133e68d2d9b0b2a194efd9883a736e9221
|