1
0
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:
Joe Merten
2016-12-03 18:14:48 +01:00
parent 9fd0385d75
commit 226913f48b
3 changed files with 122 additions and 2 deletions

View File

@ -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