Datasheet

©UniSwarm 2021 - UDT1FR-I
2021/05/19 UDS6001A 9
Chapter 3
Usage
3.1 Linux
3.2 Configuration
As a standard network connection, you need to configure the interface and up it.
sudo ip link set can0 type can bitrate 1000000
sudo ip link set can0 up
3.3 Tools
You can use some useful standard tools to dump the can bus or send frames. Theses tools are included inside the
can-utils package.
sudo apt install can-utils
To check what is sent on can0 interface :
candump can0
And to send frame on can0 :
candsend can0 123#00010203