I cut RESET-EN so the arduino uno smd does not reset when the serial connection gets closed.
Now every time I try to upload a sketch I get the error;
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Send: 0 [30] [20]
avrdude: Recv:
avrdude: stk500_getsync(): not in sync: resp=0x00
avrdude done. Thank you.
I can get a sketch to upload correctly if I press the reset button during the upload process.
My understanding is that trick is typically used when the arduino is sending too much over serial to have a sketch loaded.
I need to do the reset trick every time even when the blink sketch is currently loaded and trying to upload the blink sketch.
I thought I might have damaged the arduino so I cut the RESET-EN on a second arduino with the same result.