I got a desktop program that interfaces with an Arduino.
I need to be sure the correct program, either Processing or pre-compiled AVR binary is loaded as part of my handshake routine with the Arduino.
What are the steps for initializing the download/new program loading procedure on the Arduino Uno R3 with default bootloader?
I want to recreate the upload command found in the IDE.