You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The above error may be followed by `ioctl` errors too.
20
20
21
-
To fix this we must make sure our user is included in the group with access to serial ports. On ubuntu and Debian this is the **dialout** group.
21
+
To fix this we must make sure our user is included in the group with access to serial ports. On ubuntu and Debian this is the **dialout** group. The equivalent group on Arch Linux based distributions is **uucp**.
22
22
23
23
First we can check if we are not already part of the `dialout` group:
0 commit comments