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

Cannot receive extended CAN messenges #11

Open
power-max opened this issue Mar 24, 2019 · 1 comment
Open

Cannot receive extended CAN messenges #11

power-max opened this issue Mar 24, 2019 · 1 comment

Comments

@power-max
Copy link

No extended CAN messages will come through even when the relevant fields are set. The pawelsky library is more usable in this regard.

@Kython89
Copy link

By default the filter initializes such that it filters out extended frames. This solved my problems.
CAN_filter_t filter;
filter.flags.extended = 1;
Can0.begin(500000, filter);

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

2 participants