Skip to content

Commit

Permalink
Disable flow control on start up.
Browse files Browse the repository at this point in the history
  • Loading branch information
msantos committed Apr 6, 2010
1 parent 67f54ad commit c10e84a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions c_src/serial.c
Expand Up @@ -635,6 +635,7 @@ main(int argc, char *argv[])

set_raw_tty_mode(ttyfd);
set_tty_speed(ttyfd,in_speed,out_speed);
set_tty_flow(ttyfd, FALSE);
break;

case CLOSE: /******************************/
Expand Down

0 comments on commit c10e84a

Please sign in to comment.