DTR_WRITE
DTR_WRITE(sc, port, 0);
DTR_WRITE(csc, sp->sp_channel, ISSET(bits, TIOCM_DTR) ? 1 : 0);
DTR_WRITE(csc, sp->sp_channel, 1);
DTR_WRITE(csc, sp->sp_channel, 0);