Skip to main content

Python Can plugin with windows candle driver.

Project description

Candle Interface as Python Can plugin

A plugin developed for python-can with candle-driver

Install

pip install candle-bus

Usage

import can
bus = can.interface.Bus(bitrate=1000000, bustype='candle')

# send
msg = can.Message(arbitration_id=0x202, data=[0,1,2,3,4,5,6,7])
bus.send(msg)

#receive
message = bus.recv()

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

candle_bus-1.1.tar.gz (13.5 kB view hashes)

Uploaded Source

Built Distributions

candle_bus-1.1-cp312-cp312-win_amd64.whl (15.8 kB view hashes)

Uploaded CPython 3.12 Windows x86-64

candle_bus-1.1-cp311-cp311-win_amd64.whl (15.8 kB view hashes)

Uploaded CPython 3.11 Windows x86-64

candle_bus-1.1-cp310-cp310-win_amd64.whl (15.8 kB view hashes)

Uploaded CPython 3.10 Windows x86-64

candle_bus-1.1-cp39-cp39-win_amd64.whl (18.0 kB view hashes)

Uploaded CPython 3.9 Windows x86-64

candle_bus-1.1-cp38-cp38-win_amd64.whl (18.0 kB view hashes)

Uploaded CPython 3.8 Windows x86-64

candle_bus-1.1-cp37-cp37m-win_amd64.whl (18.0 kB view hashes)

Uploaded CPython 3.7m Windows x86-64

candle_bus-1.1-cp36-cp36m-win_amd64.whl (23.1 kB view hashes)

Uploaded CPython 3.6m Windows x86-64

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