You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
ingenieroariel
changed the title
Allow openxc-dump to output candump compatible logs
Configure kvaser to use socketcan on linux and create dump files
Jan 31, 2017
Done, let's add pictures of the adapter we had to make, where we connected on the car and what commands we need to run in order to enable it. After that we can close the ticket.
There is a 120 resistor between CAN HIGH and CAN LOW
These are the commands to setup the Kvaser interface with can-utils:
sudo modprobe can
sudo modprobe can-raw
sudo modprobe can-dev
sudo modprobe kvaser_usb
sudo ip link set can0 type can bitrate 500000
sudo ifconfig can0 up
should be
The text was updated successfully, but these errors were encountered: