We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5694ad commit d881677Copy full SHA for d881677
test/listener_test.py
@@ -5,7 +5,8 @@
5
import tempfile
6
7
import can
8
-
+channel = 'vcan0'
9
+can.rc['interface'] = 'virtual'
10
11
logging.getLogger("").setLevel(logging.DEBUG)
12
0 commit comments