Can bus monitoring tool based on arduino and can bus shield. Implements CAN ASCII/SLCAN protocol compatible with Lawicel CAN232/CANUSB. Can be used for monitoring low speed CAN (interior can bus of most cars, less than 500kbps). For higher speeds serial port can become a bottleneck in case data density is high.
Hallo,
on Linux I used the follow instructions to create a
can0
device in conjunction withsudo
:To dump the running traffic the following command can be used
To delete the interface the following commands can be used:
On Debian or Ubuntu this command:
installs the neccessary packages.
Can you please add theses instructions to the Readme? :smiley:
Mebus