
Todo: The image of the board indicating the CanBUS pins
- After connecting to the Gemstone operating system, install the
kernel-module-vcan-6.1.83-timodule to create a virtual CAN interface.
- Activate the installed module using the
modprobecommand.
- Follow the commands below to create the virtual CAN interface.
- Create a script file named
can-test.shand open it.
- Copy and paste the following code into the
can-test.shfile. Save and close the file.
- Install the
can-utilspackage to use commands such ascansendandcandumpfor sending and receiving CAN packets.
- Open two terminals.
- Start listening to the CAN interface from the first terminal.
- Run the
can-test.shscript from the second terminal.
Communication over virtual CAN interface

