arduino-CAN icon indicating copy to clipboard operation
arduino-CAN copied to clipboard

Fix:Hangup issue when sending.

Open kouuta opened this issue 2 years ago • 0 comments

Problem

When the bus is in an unstable state, sending packets will cause a hang-up.

Solution

Change the description of waiting in the while statement until the TX Complete register switches to an if statement. Change the function return value to determine whether the register has switched.

Verification

Confirm that communication can be resumed even when the CAN High/Low is shorted.

Notification

This PR will solve the issue #60

kouuta avatar Mar 20 '23 05:03 kouuta