autowp / arduino-mcp2515

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

No reading on lower speeds #60

Open Betacarotin opened 3 years ago

Betacarotin commented 3 years ago

I use your library and it works fine at 500 and 1000KBPS. It sends and reads CAN data. But as soon as I drive it in lower speeds as 500 (250, or even 50) it is only sending data out on CAN, not reading/receiving it anymore.

Is that a known thing? Or do I miss something?

I am running with internal Clock on an Atmega 328P at 8Mhz. Thanks

careyer commented 3 years ago

think i am running into that same problem