bit isUartEOL(void) {
    bit rval = gotEOL;
    gotEOL = 0;
    return rval;
} // isUartEOL()