Skip to content

CAN FD Bitrate Switching #368

@Finwood

Description

@Finwood

In the PythonCANMedia class, frames are always created without the BRS flag set, even for CAN FD. This means that frames will always be sent at arbitration bitrate.

Is this intentional?

message = can.Message(
arbitration_id=f.frame.identifier,
is_extended_id=(f.frame.format == FrameFormat.EXTENDED),
data=f.frame.data,
is_fd=self._is_fd,
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions