autowp / arduino-canhacker

CanHacker (lawicel) CAN adapter on Arduino + MCP2515
MIT License
372 stars 114 forks source link

Problem with SavvyCAN #23

Open Metaln00b opened 6 months ago

Metaln00b commented 6 months ago

When i want to use my Arduino Nano and MCP2515 8MHz with SavvyCan v208, i need to enter manually the command S2 and O to receive the CAN-Messages.

Can anyone help me?

By using CANable there is no problem

HerrRiebmann commented 4 months ago

Hi @Metaln00b I came across the same problem, that the SavvyCan application did not communicate with the Arduino. Found an issue there, which seems to only affect Windows. You can find a precompiled version in that discussion and give it a go!

https://github.com/collin80/SavvyCAN/issues/764

Metaln00b commented 4 months ago

Hi @Metaln00b I came across the same problem, that the SavvyCan application did not communicate with the Arduino. Found an issue there, which seems to only affect Windows. You can find a precompiled version in that discussion and give it a go!

https://github.com/collin80/SavvyCAN/issues/764

Thank you very much 😋