mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
Comments
This commit is contained in:
@ -251,7 +251,8 @@ int sig_exit = 0;
|
||||
int tty_fd = -1;
|
||||
int log_fd = -1;
|
||||
|
||||
/* RTS and DTR are usually raised upon open serial port (as tested on Linux, FreeBsd and macOS) */
|
||||
/* RTS and DTR are usually raised upon opening the serial port (at
|
||||
least as tested on Linux, FreeBsd and macOS) */
|
||||
int rts_up = 1;
|
||||
int dtr_up = 1;
|
||||
|
||||
|
Reference in New Issue
Block a user