Skip to content

UNO R4: Add support for CAN Standard Frame Format (in addition to EFF) #36

Closed
@srolf

Description

@srolf

Please add in the UNO R4 CAN library the support for transmit/receive of CAN frames also in SFF.

Preferred would be an own parameter in the message creation which allows to define either SFF (maybe the default) or EFF.

Adding a hint towards the current CAN tutorials would be helpful, because it's not directly obvious to be forced/limited to EFF.

CAN 2.0A defines SFF.
CAN 2.0B defines EFF.
Most of the available MCP2515 libs are supporting SFF and EFF.
CAN on Arduino Due by "due_can" lib supports SFF and EFF.
In the automotive area SFF for communication is very common.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions