
if(putchar1('A') == -1)  // if buffer is full
   putchar2('E');        // send 'E' on serial port 2
