Skip to content

python-can-isotp was blocking #69

@mikisama

Description

@mikisama

Hi, @pylessard

python-can-isotp was blocking when I use CANalyst-II interface with python-can.

msg = self.bus.recv(0)

I fix this by changing the timeout parameter to 0.1

msg = self.bus.recv(0.1) 

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