We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc06901 commit 190f949Copy full SHA for 190f949
1 file changed
doc/interfaces/vector.rst
@@ -19,6 +19,9 @@ application named "python-can"::
19
channel = 0, 1
20
app_name = python-can
21
22
+If you are using Python 2.7 it is recommended to install pywin32_, otherwise a
23
+slow and CPU intensive polling will be used when waiting for new messages.
24
+
25
26
Bus
27
---
@@ -29,3 +32,4 @@ Bus
29
32
30
33
31
34
.. _Vector: https://vector.com/
35
+.. _pywin32: https://sourceforge.net/projects/pywin32/
0 commit comments