Skip to main content

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

python-can-canine-0.2.5.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

python_can_canine-0.2.5-py3-none-any.whl (4.5 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