summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2016-07-04 21:45:11 +0200
committerChris Liechti <cliechti@gmx.net>2016-07-04 21:45:11 +0200
commit7ba25cd28839641e4a1db00b2d1c72372e5d18e9 (patch)
treefca4dd0ab249ed53e6de3bed0ef604ec5125c382
parentecf7d6e04c687b5e7930b79eba583d7673598443 (diff)
downloadpyserial-git-7ba25cd28839641e4a1db00b2d1c72372e5d18e9.tar.gz
docs: extend FAQ
-rw-r--r--documentation/appendix.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/documentation/appendix.rst b/documentation/appendix.rst
index 5d8bae0..0710f6f 100644
--- a/documentation/appendix.rst
+++ b/documentation/appendix.rst
@@ -71,6 +71,14 @@ User supplied URL handlers
search path in :data:`serial.protocol_handler_packages`. This is possible
starting from pySerial V2.6.
+``Permission denied`` errors
+ On POSIX based systems, the user usually needs to be in a special group to
+ have access to serial ports.
+
+ On Debian based systems, serial ports are usually in the group ``dialout``,
+ so running ``sudo adduser $USER dialout`` (and logging-out and -in) enables
+ the user to use the port.
+
Related software
================