Update uart.md

pull/13/head
Liodeus 2022-10-09 16:13:44 +02:00 committed by GitHub
parent 2937e7148f
commit 77fed97040
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -99,6 +99,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`
Arch based: `sudo usermod -a -G uucp $USER`
### Detect the baud rate