The Message object is used to represent CAN messages for sending, receiving and other purposes like converting between different logging formats.
2
/en/stable/file_io.h...
File IO¶. Reading and Writing Files¶. can.LogReader (filename, **kwargs)[source]¶. Find and return the appropriate MessageReader instance for a given file ...
3
/en/stable/bit_timin...
The CAN protocol, specified in ISO 11898, allows the bitrate, sample point and number of samples to be optimized for a given application. These parameters, ...
4
/en/stable/_modules/...
This module contains the base implementation of :class:` can .BusABC` as well as a list of all available backends and some implemented CyclicSendTasks.
4
/
python-can runs any where Python runs
6
/en/stable/configura...
The CAN_CONFIG environment variable allows to set any bus configuration using JSON. For example: CAN_INTERFACE=socketcan CAN_CONFIG={"receive_own_messages": ...
8
/en/stable/interface...
The socketcan package is an implementation of CAN protocol s (Controller Area Network) for Linux. CAN is a networking technology which has widespread use in ...
19
/en/stable/errors.ht...
There are several specific Exception classes to allow user code to react to specific scenarios related to CAN busses.