Skip to content

Commit

Permalink
Fixes #85 Windows support is ambiguous.
Browse files Browse the repository at this point in the history
  • Loading branch information
rob-smallshire committed Oct 30, 2022
1 parent 7987e6e commit 13694c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion documentation/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@
Welcome to pySerial-asyncio's documentation
===========================================

`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.
Support for Windows is included, though with a different implementation based on polling
which may be slower than on other platforms.

It depends on pySerial and is compatible with Python 3.5 and later.

Expand Down

0 comments on commit 13694c5

Please sign in to comment.