-
-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Description
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?
pycyphal/pycyphal/transport/can/media/pythoncan/_pythoncan.py
Lines 298 to 303 in 9514f24
| 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
Labels
No labels