Longan-Labs / Arduino_CAN_BUS_MCP2515

Arduino CAN Bus library, MCP2515/MCP2551
https://www.longan-labs.cc/
MIT License
118 stars 371 forks source link

RTR code #24

Closed fkaraokur closed 9 months ago

fkaraokur commented 3 years ago

How to send RTR request with can bus?

sidney2007 commented 9 months ago

Refer to the function byte sendMsgBuf(unsigned long id, byte ext, byte rtr, byte len, byte *buf);