MCP2518 CAN bus library

Hi,

I've been using the " mcp_can" library with MCP2515 TJA1050 combination with some success. I was wondering if the library works with the newer MCP2518 , which is is the recommended buy for new projects.

It will be used with the 2560 Mega (well actually a 2561 as 2560's seem to be on long delivery).

There are libraries on Github specifically for the MCP2518.
If you are using the non-FD mode check that the library supports it as some libraries are written on the assumption that all communication is using FD.

If you are using the FD mode above 1 Mbps then you'll need a fast transceiver such as the MCP2562FD.

Yes I’ve seen those , eg the seeed one , just really wanted to know if my existing code would still work on the 2518, as the 2815 is in the same family and I’m familiar with the coding ( although I’d admit the seeed on looks pretty similar )

( only going up to 500k btw)