Files
guru/net-misc/can-utils/files/slcand.confd
Hans Fredrik Nordhaug 2e7aa9eed8 net-misc/can-utils: New package 2020.12.0
Package-Manager: Portage-3.0.13, Repoman-3.0.2
Signed-off-by: Hans Fredrik Nordhaug <hansfn@gmail.com>
2021-02-26 22:17:24 +01:00

19 lines
417 B
Plaintext

# /etc/conf.d/slcand
# This file contains the configuration for the slcan daemon
# The `stty' command includes support for speeds of 57600, 115200,
# 230400, 460800, 500000, 576000, 921600, 1000000, 1152000, 1500000,
# 2000000, 2500000, 3000000, 3500000, or 4000000
# 921600 baud for S6
# 460800 baud for S5
# Case sensitive speed setting
can_speed="S5"
tty_baud="460800"
tty_device="ttyUSB0"
can_device="can0"