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 ecf7d6e commit 7ba25cdCopy full SHA for 7ba25cd
documentation/appendix.rst
@@ -71,6 +71,14 @@ User supplied URL handlers
71
search path in :data:`serial.protocol_handler_packages`. This is possible
72
starting from pySerial V2.6.
73
74
+``Permission denied`` errors
75
+ On POSIX based systems, the user usually needs to be in a special group to
76
+ have access to serial ports.
77
+
78
+ On Debian based systems, serial ports are usually in the group ``dialout``,
79
+ so running ``sudo adduser $USER dialout`` (and logging-out and -in) enables
80
+ the user to use the port.
81
82
83
Related software
84
================
0 commit comments