autowp / arduino-mcp2515

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

How to deal with errors while sending? #96

Open nico0481 opened 1 year ago

nico0481 commented 1 year ago

Hello, I wonder how to deal with errors (i.e. ACK error) when trying to send data frames and no one send back ack. I would like to rise an error and prevent retransmission.

Thanks