Forcing a reset thru software
Stan Ralph
Posts: 5
Is there any way, using odd coding that·one can "fool" the BS interpreter to "think" there's a problem requiring a hardware reset?
Comments
Then "GOTO RESET" somewhere.
Please explain.
There's no direct way from the Basic program to force a reset unless you connect an I/O pin to the reset pin (maybe with a series 1K resistor to protect the I/O pin from an errant HIGH statement or equivalent), then do a LOW for that pin which will force a hardware reset.
You might try doing a RETURN without a matching GOSUB, but that's not a documented nor reliable way to force a reset.
It'd be nice if I could get one of my stamps to reset another.
You're not supposed to connect the reset line to +5V or logic high.