Closed
Description
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.