You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I think there are two pathways to adding FD support:
Update the existing Frame trait doc-comments to specify that the DLC can be up to 15 and that message length can be up to 64 bytes, also adding other optional trait methods like is_brs for bitrate switching and the like.
Or, creating an separate trait FdFrame which implements the above.
I prefer the first method since it could be done without breaking existing uses of the Frame trait.
CAN FD is rapidly becoming that de facto as it can provide much more bandwidth and is backwards compatible with CAN 2.0.
Are there any plans to update the API to support this scenario?
The text was updated successfully, but these errors were encountered: