NEW 1 DELAY 100 2 A=KEY 3 IF A=0 10 4 A=A-27 5 IF A=0 20 6 DELAY 20 7 GOTO 2 10 RELAY1=1 11 DELAY 30 12 RELAY1=0 13 GOTO 1 this line and the lines below are comments and can be removed with a text editor or the errors caused by trying to upload them can be ignored ------------------------------- watchser.tmb watchdog timer program that delays 10 seconds, then requires receiving a character at serial port 1 at least every 2 seconds, or else it activates Relay 1 for 3 seconds to power cycle any device whose power is connected to it and whose serial data is being monitored