Skip to content

Commit

Permalink
[Software] Increased the board testing script serial port speed to 11…
Browse files Browse the repository at this point in the history
…5200 bit/s.
  • Loading branch information
RICCIARDI-Adrien committed Dec 20, 2022
1 parent 2616afc commit 0c3b171
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Software/Board_Test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ echo "| USB relays board tests |"
echo "+------------------------+"

echo "Configuring serial port..."
stty -F $Serial_Port 9600
stty -F $Serial_Port 115200

echo "Turning led off for 2 seconds..."
echo "#L0" > $Serial_Port
Expand Down

0 comments on commit 0c3b171

Please sign in to comment.