# Configuration for the slcand daemon (SocketCAN serial line driver).
#
# slcand attaches a serial line CAN adapter (LAWICEL/SLCAN protocol,
# as used by many USB-CAN dongles) to the kernel's slcan line
# discipline and creates a CAN network interface for it.

# Serial device the adapter is attached to (e.g. ttyUSB0). Leave empty
# to keep the daemon disabled.
SLCAND_TTY=""

# Name of the CAN network interface to create.
SLCAND_IF="can0"

# slcand options: -o open the CAN interface, -c close it on exit,
# -f read & reset error flags, -s6 sets 500 kbit/s CAN bus speed
# (see slcand -h for the full -s<N> speed table).
SLCAND_OPT="-o -c -f -s6"
