readout_led_off
         bsf     TRISD,2,0       ; make pin RD2 an input (i.e. set Z, black)
-
-
-
-
-
+       incf    WREG4,1,0       ; increment loop counter
+       call    waiting
+       goto    readout_loop
 
        endm
 
 panic_loop
 ;      errmsg  err_SOS,RED     ; transmit SOS in red
        readout SSPCON1,RED     ; transmit contents of SSPCON1 in red
-       readout BLANK,RED       ; transmit blank buffer
+;      readout BLANK,RED       ; transmit blank buffer
         goto    panic_loop
 
 ;****************************************************************************