autowp / arduino-mcp2515

Arduino MCP2515 CAN interface library
MIT License
795 stars 279 forks source link

Reading standard and extended packages at the same time #23

Closed exp1ore closed 4 years ago

exp1ore commented 5 years ago

Hello. How to read standard and extended packages at the same time?

autowp commented 5 years ago

Don't know about any limitations. Did you tried and got error?

jxltom commented 4 years ago

You could disable filtering by setting RXBnCTRL_RXM_STDEXT to 0x03

jxltom commented 4 years ago

I think this is fixed by https://github.com/autowp/arduino-mcp2515/pull/35