Skip to content

Commit

Permalink
[project @ Enable CRTSCTS]
Browse files Browse the repository at this point in the history
  • Loading branch information
tonyg committed Dec 1, 2007
1 parent 3c229c0 commit b342e33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions serial-1.0/serial.c
Expand Up @@ -198,6 +198,7 @@ void set_tty_speed(int fd, speed_t new_ispeed, speed_t new_ospeed)
exit(1);
}

ttymodes.c_cflag |= CRTSCTS; /* enable RTS/CTS flow control */

/* Apply hanges */

Expand Down

0 comments on commit b342e33

Please sign in to comment.