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 7987e6e commit 13694c5Copy full SHA for 13694c5
documentation/index.rst
@@ -3,7 +3,9 @@
3
Welcome to pySerial-asyncio's documentation
4
===========================================
5
6
-`Async I/O`_ extension for the `Python Serial Port`_ package for OSX, Linux, BSD
+`Async I/O`_ extension for the `Python Serial Port`_ package for OSX, Linux, BSD.
7
+Support for Windows is included, though with a different implementation based on polling
8
+which may be slower than on other platforms.
9
10
It depends on pySerial and is compatible with Python 3.5 and later.
11
0 commit comments