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

CAN Filters with MCP2515 - define doublet #5

Open
mclSaxony opened this issue Jul 5, 2016 · 2 comments
Open

CAN Filters with MCP2515 - define doublet #5

mclSaxony opened this issue Jul 5, 2016 · 2 comments
Assignees
Labels

Comments

@mclSaxony
Copy link

In CAN_MCP2515.h the label MCP2515_RXM0 is defined twice. Once at line 158 and again at line 281. Nasty.

CAN Filters will not work in the prepared manor if setMask, setFilter and all the other helpers are defined private. MemFuncs writeAddress, setMode, readRXStatus, setMask, setFilter and readAddress at least should be public.

Now filters for std messages work - extened messages still don't get filtered/accepted.

@McNeight McNeight self-assigned this Aug 13, 2016
@McNeight McNeight added the bug label Aug 13, 2016
@Clubsport
Copy link

What's the solution for this problem? Tried also to set mask and filters and get every time an error.... :o/

@McNeight
Copy link
Owner

McNeight commented Feb 1, 2017

@mclSaxony and @Clubsport
I apologize for the delay on this. Take a look at the changes I just checked in, and let me know if they work better for you.

-Neil

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

No branches or pull requests

3 participants