tcflush
extern int tcflush(int fd, int queueSelector);
tcflush(ffd, TCIFLUSH);
tcflush(ffd, TCOFLUSH);
err = tcflush(fd, TCIOFLUSH);