summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2020-09-21 01:07:37 +0200
committerChris Liechti <cliechti@gmx.net>2020-09-21 01:07:37 +0200
commit4e661141e8bb4becc1ad4470cc42fbb081dfbe39 (patch)
treedae8a546fcbb0f3c437ad1af67796cc44f6ae917
parent3e7e896bc3ccda033eb747056192858ba630156a (diff)
downloadpyserial-git-4e661141e8bb4becc1ad4470cc42fbb081dfbe39.tar.gz
docs: add note on raspi UARTs
-rw-r--r--documentation/appendix.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/documentation/appendix.rst b/documentation/appendix.rst
index 198a03d..fe03954 100644
--- a/documentation/appendix.rst
+++ b/documentation/appendix.rst
@@ -91,6 +91,12 @@ User supplied URL handlers
so running ``sudo adduser $USER dialout`` (and logging-out and -in) enables
the user to access the port.
+Parity on Raspberry Pi
+ The Raspi has one full UART and a restricted one. On devices with built
+ in wireless (WIFI/BT) use the restricted one on the GPIO header pins.
+ If enhanced features are required, it is possible to swap UARTs, see
+ https://www.raspberrypi.org/documentation/configuration/uart.md
+
Support for Python 2.6 or earlier
Support for older Python releases than 2.7 will not return to pySerial 3.x.
Python 2.7 is now many years old (released 2010). If you insist on using