NEW 1 A=KEY 2 IF A=0 1 3 B=27 4 IF A=B 0 10 A=1 11 LOOP 50 12 M=A 13 CHECKSW A 14 PRINT A 15 A=M 16 A=A+1 17 ENDLOOP 18 PRINT " " 19 IF INT=0 22 20 PRINT "1" 21 GOTO 30 22 PRINT "0" 30 IF SW1=0 33 31 PRINT "1" 32 GOTO 40 33 PRINT "0" 40 PRINT 13 41 PRINT 10 42 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 ------------------------------- rdiobin.tmb for the SI5150 Wait for character at serial port, exit program if Escape character received, otherwise send status of all switch inputs as ones and zeros. Can be used with a host computer to make the SI5150 a serial port data acqui- sition board.