I'm working my way through the Arduino Starter Kit having just completed project 4 Color Mixing Lamp that loops reading analog values from the photoresitors and printing to the serial monitor. I try to clear the memory loading the Blink Sketch. It Verifies and Uploads, but the Arduino does not start. From the troubleshooting page on Arduino, I conclude that the serial monitor is sending serial data to the board when it first turns on. The bootloader is listening the first few seconds for the computer to send it a new sketch to be uploaded. The bootloader does not timeout and start the sketch because data from the last sketch is continuing to send data to the bootloader. How do I get it to stop sending data?
I thought if I burned the sketch with an external programmer I could fix it. I tried tried creating an ISP programmer with Arduinos instructions: "From Arduino to a Microcontroller on a Breadboard \ Minimal Circuit (Eliminating the External Clock)". I can't Verify and Upload ArduinoISP sketch for the same reasons listed above.
What should I try? Should I try connecting the RX directly to the TX pin? This was mentioned as a solution if I saw garbage data coming in.