Open Arjun-Vinyn opened 3 years ago
Hi I'm trying to send data frames through the arduino board and read it using a tool. Its showing a bit stuffing error for me. Pls give a solution. I'm using a TJA1050 transciever along with an MCP2515 controller.
Same issue here. It helped to set the MCP2515 to 8MHZ: mcp2515.setBitrate(CAN_250KBPS, MCP_8MHZ);
Hi I'm trying to send data frames through the arduino board and read it using a tool. Its showing a bit stuffing error for me. Pls give a solution. I'm using a TJA1050 transciever along with an MCP2515 controller.