/TouCAN-SocketCAN

SocketCAN Linux driver for UAB "Rusoku Technologies" TouCAN USB to CAN bus converter

Primary LanguageC

CAN driver for Toucan adapter

Building kernel module

Make sure you have kernel source and C toolchain packages installed. To compile run:

make

To install module to system run:

sudo make install

Set up interface

insmod toucan.ko
ip link set can0 up type can bitrate 125000

Shut down interface

ip link set can0 down
rmmod toucan