krumboeck / usb2can

SocketCAN driver for UAB "8 devices" USB2CAN interface
53 stars 24 forks source link

CAN driver for UAB "8 devices" USB2CAN converter

Note

The "8 devices" USB2CAN converter is supported by mainline linux since version 3.9. THIS SOFTWARE COMES WITHOUT ANY WARRANTY!

License

GPL v2

How to build

DKMS integration

Set up interface

modprobe can_raw
modprobe can_dev
insmod usb_8dev.ko
ip link set can0 up type can bitrate 1000000 sample-point 0.875

Shut down interface

ip link set can0 down
rmmod usb_8dev