Controller Area Networking RSS

If you are interested in understanding messages and data being transferred through a Controller Area Network, Linux has native support for a variety of hardware interfaces (Peak Pcan devices, Kvaser devices, and many more..). In this example, I'll walk through installation and setup of can-utils on any current Debian based distribution (so ubuntu, linux mint, raspberry pi os, etc)Step 1: Open a terminal. Step 2: In the terminal, download the package from Github using the following command..git clone https://github.com/linux-can/can-utils.git Step 3: type the following commands..cd can-utilsmakesudo make install Congratulations! You are ready to use Can-Utils, you can now delete the...

Read more