Hi Shawn,
I am using the CAN-BUS shield V2.0 on an arduino and I was able to get the software to load using the code found below.
<LINK_TEXT text=“https://github.com/AppSaloon/ecu-can-bu … cu-sim.ino”>https://github.com/AppSaloon/ecu-can-bus-simulator/blob/master/Seeedlib-ecu-sim/Seeedlib-ecu-sim.ino</LINK_TEXT>.
Note: If you get an INIT error should change the MCP_CAN CAN() value to 9 instead of 10.
Let me know how that works out for you
—
</s>const int SPI_CS_PIN = 9;
MCP_CAN CAN(SPI_CS_PIN); // Set CS to pin 9<e>