SR_FRAME
if (sr & (SR_PARITY | SR_FRAME | SR_BREAK | SR_OVERRUN)) \
if (sr & SR_FRAME) {
if (stat[line] & SR_FRAME) // ?