mirror of
https://github.com/PotentiaRobotics/engine-software.git
synced 2025-04-09 23:00:21 -04:00
Update README.md to avoid Port busy error on RPi.
This commit is contained in:
parent
b87e3f6be0
commit
2dfd29761b
|
@ -49,20 +49,20 @@ chmod 777 /dev/ttyACM*
|
|||
|
||||
6. Upload `SlaveCode/SlaveCode.ino` or `SlaveFakeCode/SlaveFakeCode.ino` to the Slave Arduinos in Arduino IDE
|
||||
|
||||
7. Upload `MasterCode/MasterCode.ino` to the Master Arduino in Arduino IDE
|
||||
|
||||
8. `Cd` into `RPi/`
|
||||
7. `Cd` into `RPi/`
|
||||
|
||||
```
|
||||
cd RPi/
|
||||
```
|
||||
|
||||
9. Install pyserial
|
||||
8. Install pyserial
|
||||
|
||||
```
|
||||
pip3 install pyserial
|
||||
```
|
||||
|
||||
9. Upload `MasterCode/MasterCode.ino` to the Master Arduino in Arduino IDE
|
||||
|
||||
10. Run the python code.
|
||||
|
||||
```
|
||||
|
|
Loading…
Reference in New Issue
Block a user