Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for CAN FD #140

Open
0xfocu5 opened this issue Mar 15, 2023 · 3 comments
Open

Add support for CAN FD #140

0xfocu5 opened this issue Mar 15, 2023 · 3 comments

Comments

@0xfocu5
Copy link

0xfocu5 commented Mar 15, 2023

From the history of issues, this library does support CAN FD, but I couldn't find any related API provided in the latest documentation. I'm not sure if it's my oversight or there is indeed no CAN FD support? Thanks!!!

@dcarr45
Copy link

dcarr45 commented Mar 22, 2023

Was also just looking into this, can confirm that there's no CAN FD support - the classic CAN struct is hardcoded is the only variety of frame in pkg/socketcan/frame.go.

Adding FD support shouldn't be too much of an ordeal, it's well defined in the SocketCAN docs and the struct is basically identical aside from the 64-byte rather than 8-byte data array - will definitely take some doing though. I'm not dying for FD support at the moment so I'm gonna procrastinate it but I'm interested

@adlion
Copy link

adlion commented Aug 30, 2024

Thank you for the great package!

I am interested to have CANFD support too

@pengtech
Copy link

pengtech commented Sep 3, 2024

UP

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants