sandeepmistry / arduino-CAN

An Arduino library for sending and receiving data using CAN bus.
MIT License
693 stars 236 forks source link

Arduino Mega2560 and MCP2515 not working #38

Open eddyh23 opened 4 years ago

eddyh23 commented 4 years ago

Hi, I try with all examples and can't pass form the "CAN.begin(500E3)", always get false.

I have a Toyota highlander 2010 and test with 250E3 and also changed the CAN.setClockFrequency(8E6).

Please someone point me to the right direction.

Thank you

timurrrr commented 4 years ago

Does this fix the issue? https://github.com/sandeepmistry/arduino-CAN/pull/45