NEW 1 A=KEY 2 IF A=0 1 3 A=A-65 4 IF A=0 10 5 PRINT "?" 6 GOTO 1 10 PRINT "A" 11 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 ------------------------------- chkchar.tmb check characters received at serial port, display an "A" if the character is an "A", otherwise display a "?"