Skip to content

Found the problem here :can.interface.Bus(bustype='canalystii', channel=0, baud=500000) #719

@xiaolei0211

Description

@xiaolei0211

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions