Code: Select all
cd ~/PCAN-Driver
make NET=NETDEV_SUPPORT PCI=PCI_SUPPORT PCIEC=PCIEC_SUPPORT
sudo make install
Code: Select all
cd ~/PCAN-Driver
make NET=NETDEV_SUPPORT PCI=PCI_SUPPORT PCIEC=PCIEC_SUPPORT
sudo make install
Code: Select all
sudo ip link set can0 up type can bitrate 500000 sample-point 0.8
Code: Select all
sudo modprobe pcan
sudo ip link set can0 up type can bitrate 500000 sample-point 0.8
candump can0
Code: Select all
sudo modprobe pcan