Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To discover your CAN bus interface name, please run ‘ ip link show ’.

  • The easiest way to test the CanBUS is to use the CAN-Utils, which are available for Debain/Ubuntu etc.

Example commands:

Sending:

Code Block
cansend can0

Receiving:

Code Block
candump can0

3. To print all data received by CAN interface to “can_test” file (for ex):

...