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

Regenerated docs

This commit is contained in:
Nick Patavalis
2018-01-02 18:31:17 +02:00
parent 9275584258
commit 9b49043ee6
3 changed files with 10 additions and 10 deletions

View File

@ -1,7 +1,7 @@
.\" Automatically generated by Pandoc 1.16.0.2
.\"
.ad l
.TH "PICOCOM" "1" "2017-12-25" "Picocom 3.1a" "User Commands"
.TH "PICOCOM" "1" "2018-01-02" "Picocom 3.1a" "User Commands"
.nh \" Turn off hyphenation by default.
.SH NAME
.PP
@ -108,7 +108,7 @@ 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 OSX.
Only supported in Linux, FreeBSD and macOS.
.RS
.RE
.TP
@ -454,17 +454,17 @@ Note, that the init string is not sent if \f[B]\-\-noinit\f[] is given.
.TP
.B \f[B]\-\-lower\-rts\f[]
Lower the RTS control signal after opening the serial port (by default
RTS is raised after open).
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 OSX.
Only supported in Linux, FreeBSD and macOS.
.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 and OSX.
DTR is raised after open on many OS).
Only supported in Linux, FreeBSD and macOS.
.RS
.RE
.TP

View File

@ -11,7 +11,7 @@
</head>
<body>
<div id="header">
<h1 class="title"><div id="pgname">PICOCOM(1)</div><div id="version">v3.1a / 2017-12-25</div></h1>
<h1 class="title"><div id="pgname">PICOCOM(1)</div><div id="version">v3.1a / 2018-01-02</div></h1>
</div>
<h1 id="name">NAME</h1>
<p>picocom - minimal dumb-terminal emulation program</p>
@ -40,7 +40,7 @@
<dd><p>Toggle the DTR line. If DTR is up, then lower it. If it is down, then raise it.</p>
</dd>
<dt><strong>C-g</strong></dt>
<dd><p>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 OSX.</p>
<dd><p>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, FreeBSD and macOS.</p>
</dd>
<dt><strong>C-backslash</strong></dt>
<dd><p>Generate a break sequence on the serial line. A break sequence is usually generated by marking (driving to logical one) the serial Tx line for an amount of time coresponding to several character durations.</p>
@ -157,10 +157,10 @@
<p>Note, that the init string is not sent if <strong>--noinit</strong> is given. (Default: empty).</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 and OSX.</p>
<dd><p>Lower the RTS control signal after opening the serial port (by 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, FreeBSD and macOS.</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 and OSX.</p>
<dd><p>Lower the DTR control signal after opening the serial port (by default DTR is raised after open on many OS). Only supported in Linux, FreeBSD and macOS.</p>
</dd>
<dt><strong>--exit-aftrer</strong> | <strong>-x</strong></dt>
<dd><p>Exit picocom if it remains idle for the specified time (in milliseconds). Picocom is considered idle if: Nothing is read (received) from the serial port, AND there is nothing to write (send) to the serial port, AND nothing is read from the standard input (terminal). If <strong>--exit-after</strong> is set to zero, then picocom exits after opening and configuring the serial port, after sending the init string (if any, see option <strong>--initstring</strong>) and imediatelly when it becomes idle. When exiting after being idle, picocom drains the O/S serial port ouput buffer (i.e. waits for data already written to the port to be transmitted) and observes the <strong>--noreset</strong> and <strong>--hangup</strong> options as usual. (Default: not set).</p>

Binary file not shown.