arduino / ArduinoCore-renesas

MIT License
109 stars 74 forks source link

CAN Transmitter: error -60003. #327

Closed AndreaZGuz closed 4 months ago

AndreaZGuz commented 4 months ago

Hello there!

We are trying to reproduce the communication in this tutorial. We are struggling with this error shown in the output console for the "transmitter" device: CAN.write(...) failed with error code -60003. A little more context:

Any insights about the origin and how to solve this will be appreciated. Thank you!

aentinger commented 4 months ago

Do you have used termination - a 120R resistor at each end of the CAN bus? (Or at the very least a simple 120R resistor between CAN HIGH and CAN LOW?)

aentinger commented 4 months ago

Note: If this does not solve your problem I suggest taking to the Arduino Forum or contact Arduino support, as this is not a firmware issue.