Concept Flow - Receiving commands from computer
Start
Wait for data
Data available?
No→Wait
Yes
Read command
Process command
Execute action
Loop back to wait
The Arduino waits for data from the computer, reads it when available, processes the command, executes the action, then waits again.
