Search found 1 match

by ameetnsharma1978
03 Jul 2022, 05:44
Forum: Software
Topic: Questions about can module on revpi
Replies: 0
Views: 10641

Questions about can module on revpi

Having some issues with using the can module on the revpi.

Sometimes the CAN bus seems to stop working... And this command:

candump can0

doesn't give anything... no messages at all.

So to fix it I do this:

sudo ip link set can0 down
sudo ip link set can0 type can restart-ms 100
sudo ip link ...