I don't understand what you mean by "fool" the BS interpreter and I don't understand "problem requiring a hardware reset".
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.
If you try connecting the reset pin of one Stamp to an I/O pin of the same or another Stamp, do use a 1K series resistor.
You're not supposed to connect the reset line to +5V or logic high.
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.