cfsetispeed
extern int cfsetispeed(struct termios *termios, speed_t speed);
cfsetispeed(&options, baudrate);
cfsetispeed(&termbuf, tp->value);
cfsetispeed(&termbuf, val);
cfsetispeed(&options, fBaudRate);