mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
Regenerated docs
This commit is contained in:
18
picocom.1
18
picocom.1
@ -1,6 +1,6 @@
|
||||
.\" Automatically generated by Pandoc 1.16.0.2
|
||||
.\"
|
||||
.TH "PICOCOM" "1" "2016-10-15" "Picocom 2.3a" "User Commands"
|
||||
.TH "PICOCOM" "1" "2016-12-04" "Picocom 2.3a" "User Commands"
|
||||
.hy
|
||||
.SH NAME
|
||||
.PP
|
||||
@ -337,6 +337,22 @@ See \f[B]INPUT, OUTPUT, AND ECHO MAPPING\f[].
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[B]\-\-lower\-rts\f[]
|
||||
Lower the RTS control signal after opening the serial port (by default
|
||||
RTS is raised after open).
|
||||
Only supported when flow\-control mode is not set to RTS/CTS, ignored
|
||||
otherwise.
|
||||
Only supported in Linux.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[B]\-\-lower\-dtr\f[]
|
||||
Lower the DTR control signal after opening the serial port (by default
|
||||
DTR is raised after open).
|
||||
Only supported in Linux.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[B]\-\-help\f[] | \f[B]\-h\f[]
|
||||
Print a short help message describing the command\-line options.
|
||||
Picocom\[aq]s version, ompile\-time options, and enabled features are
|
||||
|
@ -134,6 +134,12 @@
|
||||
<dt><strong>--emap</strong></dt>
|
||||
<dd><p>Specifies the local-echo character map (i.e. special characters to be replaced before being echoed-back to the terminal, if local-echo is enabled). See <strong><a href="#input-output-and-echo-mapping">INPUT, OUTPUT, AND ECHO MAPPING</a></strong>. (Defaul: <strong>delbs,crcrlf</strong>)</p>
|
||||
</dd>
|
||||
<dt><strong>--lower-rts</strong></dt>
|
||||
<dd><p>Lower the RTS control signal after opening the serial port (by default RTS is raised after open). Only supported when flow-control mode is not set to RTS/CTS, ignored otherwise. Only supported in Linux.</p>
|
||||
</dd>
|
||||
<dt><strong>--lower-dtr</strong></dt>
|
||||
<dd><p>Lower the DTR control signal after opening the serial port (by default DTR is raised after open). Only supported in Linux.</p>
|
||||
</dd>
|
||||
<dt><strong>--help</strong> | <strong>-h</strong></dt>
|
||||
<dd><p>Print a short help message describing the command-line options. Picocom's version, ompile-time options, and enabled features are also shown.</p>
|
||||
</dd>
|
||||
|
@ -274,15 +274,14 @@ 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 implicitely by the OS). Only
|
||||
supported when flow-control mode is not set to RTS/CTS, ignored
|
||||
otherwise. Only supported in Linux.
|
||||
default RTS is raised after open). 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.
|
||||
default DTR is raised after open). Only supported in Linux.
|
||||
|
||||
**--help** | **-h**
|
||||
|
||||
|
BIN
picocom.1.pdf
BIN
picocom.1.pdf
Binary file not shown.
Reference in New Issue
Block a user