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

Fixed #81, FreeBSD rts / dtr control

This commit is contained in:
Joe Merten
2018-01-02 15:19:42 +01:00
parent ddffca71d4
commit cc8d142e2c
2 changed files with 22 additions and 18 deletions

View File

@ -96,7 +96,7 @@ here.
: Toggle the RTS line. If RTS is up, then lower it. If it is down,
then raise it. Not supported if the flow control mode is RTS/CTS.
Only supported in Linux and macOS.
Only supported in Linux, FreeBSD and macOS.
**C-backslash**
@ -367,15 +367,15 @@ Picocom accepts the following command-line options.
**--lower-rts**
: Lower the RTS control signal after opening the serial port (by
default RTS is raised after open). Only supported when
default RTS is raised after open on many OS). Only supported when
flow-control mode is not set to RTS/CTS, ignored otherwise. Only
supported in Linux and macOS.
supported in Linux, FreeBSD and macOS.
**--lower-dtr**
: Lower the DTR control signal after opening the serial port (by
default DTR is raised after open). Only supported in Linux and
macOS.
default DTR is raised after open on many OS). Only supported in
Linux, FreeBSD and macOS.
**--exit-aftrer** | **-x**