create CAN error conditions
Posted: Tue 7. May 2019, 09:09
Hi,
I am working in Raspberry pi. I have a CAN shield, MCP2515. I connected it to Raspberry pi. And tried to send a CAN message and it is sending. I used canSend API to check it. I can see the CAN message in canalyzer software. For my project, I need to make some error conditions. Can I make it programatically? I mean send some CAN frames from python and then CAN bus will generate a CAN error. Is it possible?
I am working in Raspberry pi. I have a CAN shield, MCP2515. I connected it to Raspberry pi. And tried to send a CAN message and it is sending. I used canSend API to check it. I can see the CAN message in canalyzer software. For my project, I need to make some error conditions. Can I make it programatically? I mean send some CAN frames from python and then CAN bus will generate a CAN error. Is it possible?