-
-
Notifications
You must be signed in to change notification settings - Fork 84
Closed
Description
Hi, @pylessard
python-can-isotp was blocking when I use CANalyst-II interface with python-can.
python-can-isotp/isotp/protocol.py
Line 1089 in b770430
| 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
Labels
No labels