CIAB_PRA_RTS
#define SETRTS(c) (c &= ~CIAB_PRA_RTS)
#define CLRRTS(c) (c |= CIAB_PRA_RTS)
#define ISRTS(c) (!(c & CIAB_PRA_RTS))
if (ub & CIAB_PRA_RTS)
ub |= CIAB_PRA_RTS;