Update uart.md

pull/13/head
Swissky 2022-10-10 10:31:22 +02:00 committed by GitHub
parent 1a99c3de14
commit 181c34f628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ Typically, it will be assigned to `/dev/ttyUSB0` **if you don't have any other p
Under Ubuntu or Debian, a non-root user cannot have access to serial ports such as ttyS0 or ttyUSB0 if he is not a member of the **dialout** group ! The equivalent group on Arch based distributions is **uucp**. In other words, you just have to add yourself to this group to have access.
Ubuntu or Deiban: `sudo usermod -a -G dialout $USER`
Ubuntu or Debian: `sudo usermod -a -G dialout $USER`
Arch based: `sudo usermod -a -G uucp $USER`