From 2dfd29761b294662b26a0cf38d43ac0aefca38bd Mon Sep 17 00:00:00 2001 From: Vrishak Vemuri <53585843+FluffyCube9343@users.noreply.github.com> Date: Mon, 8 Aug 2022 08:37:43 -0400 Subject: [PATCH] Update README.md to avoid Port busy error on RPi. --- comms/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/comms/README.md b/comms/README.md index 45e56de..c285492 100644 --- a/comms/README.md +++ b/comms/README.md @@ -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. ```