Skip to content

Commit ccb73ff

Browse files
Increase send timeout on Kvaser from 5 to 10 ms to reduce risk of timeouts on busy buses with low bitrate.
1 parent e270a3c commit ccb73ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

can/interfaces/kvaser/canlib.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -482,7 +482,7 @@ def send(self, msg):
482482
ctypes.byref(buf),
483483
msg.dlc,
484484
flags,
485-
5)
485+
10)
486486

487487
def flash(self, flash=True):
488488
"""

0 commit comments

Comments
 (0)