1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00

#84: Manual control of handshake lines for OpenBsd, NetBsd and Dragonfly

This commit is contained in:
Joe Merten
2018-01-15 20:23:07 +01:00
parent f9e0b4c8a2
commit 7a14651b93
4 changed files with 89 additions and 5 deletions

View File

@ -255,8 +255,8 @@ int sig_exit = 0;
int tty_fd = -1;
int log_fd = -1;
/* RTS and DTR are usually raised upon opening the serial port (at
least as tested on Linux and macOS, but FreeBSD behave different) */
/* RTS and DTR are usually raised upon opening the serial port (at least
as tested on Linux, OpenBSD and macOS, but FreeBSD behave different) */
int rts_up = 1;
int dtr_up = 1;