I'm trying to debug my code/hardware and I was wondering if Serial.Print stops the program from running if there is not terminal to receive the data.
I have two programs running on two arduinos that have some serial.print commands for debugging, but I read one at a time using a terminal. The other one is supposed to operate by itself.
You need to cut the track to dis-able the auto reset or stop it by some other means.
I saw a method which padded the reset line with 120ohm resistor to +5v i think it was.
This way it will keep running with or without a PC or until you hit the reset button. (I think this will over-ride the resistor mod)
John ;D ;D
Dont keep your finger on the reset button too long though you will cook the resistor or drag the +5v down
Dont keep your finger on the reset button too long though you will cook the resistor or drag the +5v down
what is the basis for that statement?
The reset resistor on a standard Arduino board is 10k ohms, so its handling only a tiny amount of power (2.5 milliwatts) while the reset button is pressed.