CAN commands

Config bitrate (Interface needs to be down to do this):

sudo ip link set can0 type can bitrate 125000

Set interface up:

sudo ip link set up can0

Set interface down:

sudo ip link set down can0

Can-utils:

Dump everything:

candump can0

Schreibe einen Kommentar

Deine E-Mail-Adresse wird nicht veröffentlicht. Erforderliche Felder sind mit * markiert