mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
added --lower-rts
and --lower-dtr
command line options
see also https://github.com/npat-efault/picocom/pull/47
This commit is contained in:
15
picocom.1.md
15
picocom.1.md
@ -270,7 +270,20 @@ Picocom accepts the following command-line options.
|
||||
be replaced before being echoed-back to the terminal, if
|
||||
local-echo is enabled). See
|
||||
**[INPUT, OUTPUT, AND ECHO MAPPING]**. (Defaul: **delbs,crcrlf**)
|
||||
|
||||
|
||||
**--lower-rts**
|
||||
|
||||
: Lower the RTS control signal after opening the serial port (by
|
||||
default RTS is raised after open implicitely by the OS). Only
|
||||
supported when flow-control mode is not set to RTS/CTS, ignored
|
||||
otherwise. Only supported in Linux.
|
||||
|
||||
**--lower-dtr**
|
||||
|
||||
: Lower the DTR control signal after opening the serial port (by
|
||||
default DTR is raised after open implicitely by the OS).
|
||||
Only supported in Linux.
|
||||
|
||||
**--help** | **-h**
|
||||
|
||||
: Print a short help message describing the command-line
|
||||
|
Reference in New Issue
Block a user