I’m trying to figure out a way to wait a certain amount of time between sending serial data to my arduino.
I want to be a able to “animate” what gets sent through serial by pressing a button and waiting in between each port.write(). Is there a way to do this in Processing, or is there another program I can use to send serial seperately in a timed way like this?