When I use this interface,bustype='canalystii':
set bus = can.interface.Bus(bustype='canalystii', channel=0, baud=500000),
Always find that baud does not match, raise ValueError("Baudrate is not supported"),
Baud is passed to class is str,not int ,So can't find it in TIMING_DICT[baud],
I don't know if you found this problem when you used it.