Skip to content

Commit

Permalink
Added USB connectivity setting
Browse files Browse the repository at this point in the history
Added USB connectivity setting necessary for some of the Linux distribution mentioned in OttoDIY#38 (comment)
  • Loading branch information
gitaroktato authored Dec 16, 2020
1 parent 8fb9103 commit 637618c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@ rm -rf package-lock.json
```

### USB connection
First, make sure that your user is part of the `dialout` group if it is necessary in your Linux distribution. You can do this with the following command:
```bash
sudo usermod -a -G dialout youruser
```
where **youruser** is the user name you are running the program with.

Testing the port of arudino with `Board: Arduino Nano; Processor: ATMega328P; Port:/dev/ttyUSB0`
```
ls -l /dev/ttyUSB*
Expand Down

0 comments on commit 637618c

Please sign in to comment.