mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
Updated manual. New C-b (set baudrate) command
This commit is contained in:
16
picocom.1
16
picocom.1
@ -88,6 +88,13 @@ character durations.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[B]C\-b\f[]
|
||||
Set baurdate.
|
||||
Prompts you to enter a baudrate numerically (in bps) and configures the
|
||||
serial port accordingly.
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[B]C\-u\f[]
|
||||
Baud up.
|
||||
Increase the baud\-rate.
|
||||
@ -120,7 +127,7 @@ Cycle through parity settings (even, odd, none).
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
.B \f[B]C\-b\f[]
|
||||
.B \f[B]C\-i\f[]
|
||||
Cycle through databits\-number settings (5, 6, 7, 8).
|
||||
.RS
|
||||
.RE
|
||||
@ -327,9 +334,10 @@ also shown.
|
||||
.SH DISPLAY OF OPTIONS AND PORT SETTINGS
|
||||
.PP
|
||||
The "show program options" command (\f[B]C\-v\f[]), as well as the
|
||||
commands that change program options (\f[B]C\-u\f[], \f[B]C\-d\f[],
|
||||
\f[B]C\-f\f[], etc) print messages showing the current values (or the
|
||||
new values, if they were changed) for the respective options.
|
||||
commands that change program options (\f[B]C\-b\f[], \f[B]C\-u\f[],
|
||||
\f[B]C\-d\f[], \f[B]C\-f\f[], etc) print messages showing the current
|
||||
values (or the new values, if they were changed) for the respective
|
||||
options.
|
||||
If picocom determines that an actual serial\-port setting differs from
|
||||
the current value of the respective option (for whatever reason), then
|
||||
the value of the option is shown followed by the value of the actual
|
||||
|
@ -41,6 +41,9 @@
|
||||
<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>
|
||||
</dd>
|
||||
<dt><strong>C-b</strong></dt>
|
||||
<dd><p>Set baurdate. Prompts you to enter a baudrate numerically (in bps) and configures the serial port accordingly.</p>
|
||||
</dd>
|
||||
<dt><strong>C-u</strong></dt>
|
||||
<dd><p>Baud up. Increase the baud-rate. The list of baud-rates stepped-through by this command is: 50, 75, 110, 134, 150, 200, 300, 600, 1200, 2400, 4800, 9600, 19200, 38400, 57600, 115200. If <code>HIGH_BAUD</code> support is compiled-in, then the following baud-rates are also added to the list: 230400, 460800, 500000, 576000, 921600, 1000000, 1152000, 1500000, 2000000, 2500000, 3000000, 3500000, 4000000. Depending on you system, any of the higher baud rates may be missing.</p>
|
||||
</dd>
|
||||
@ -53,7 +56,7 @@
|
||||
<dt><strong>C-y</strong></dt>
|
||||
<dd><p>Cycle through parity settings (even, odd, none).</p>
|
||||
</dd>
|
||||
<dt><strong>C-b</strong></dt>
|
||||
<dt><strong>C-i</strong></dt>
|
||||
<dd><p>Cycle through databits-number settings (5, 6, 7, 8).</p>
|
||||
</dd>
|
||||
<dt><strong>C-j</strong></dt>
|
||||
@ -133,7 +136,7 @@
|
||||
</dd>
|
||||
</dl>
|
||||
<h1 id="display-of-options-and-port-settings">DISPLAY OF OPTIONS AND PORT SETTINGS</h1>
|
||||
<p>The "show program options" command (<strong>C-v</strong>), as well as the commands that change program options (<strong>C-u</strong>, <strong>C-d</strong>, <strong>C-f</strong>, etc) print messages showing the current values (or the new values, if they were changed) for the respective options. If picocom determines that an actual serial-port setting differs from the current value of the respective option (for whatever reason), then the value of the option is shown followed by the value of the actual serial-port setting in parenthesis. Example:</p>
|
||||
<p>The "show program options" command (<strong>C-v</strong>), as well as the commands that change program options (<strong>C-b</strong>, <strong>C-u</strong>, <strong>C-d</strong>, <strong>C-f</strong>, etc) print messages showing the current values (or the new values, if they were changed) for the respective options. If picocom determines that an actual serial-port setting differs from the current value of the respective option (for whatever reason), then the value of the option is shown followed by the value of the actual serial-port setting in parenthesis. Example:</p>
|
||||
<pre><code>*** baud: 115200 (9600) </code></pre>
|
||||
<p>This means that a baud rate of 115200bps has been selected (from the command line, or using commands that change the baudrate) but the serial-port is actually operating at 9600bps (the driver may not support the higher setting, and has silently replaced it with a safe default, or the setting may have been changed from outside picocom). If the option and the corresponding serial-port setting are the same, only a single value is shown. Example:</p>
|
||||
<pre><code>*** baud: 9600</code></pre>
|
||||
|
15
picocom.1.md
15
picocom.1.md
@ -81,6 +81,11 @@ here.
|
||||
Tx line for an amount of time coresponding to several character
|
||||
durations.
|
||||
|
||||
**C-b**
|
||||
|
||||
: Set baurdate. Prompts you to enter a baudrate numerically (in bps)
|
||||
and configures the serial port accordingly.
|
||||
|
||||
**C-u**
|
||||
|
||||
: Baud up. Increase the baud-rate. The list of baud-rates
|
||||
@ -106,7 +111,7 @@ here.
|
||||
|
||||
: Cycle through parity settings (even, odd, none).
|
||||
|
||||
**C-b**
|
||||
**C-i**
|
||||
|
||||
: Cycle through databits-number settings (5, 6, 7, 8).
|
||||
|
||||
@ -270,10 +275,10 @@ Picocom accepts the following command-line options.
|
||||
# DISPLAY OF OPTIONS AND PORT SETTINGS
|
||||
|
||||
The "show program options" command (**C-v**), as well as the commands
|
||||
that change program options (**C-u**, **C-d**, **C-f**, etc) print
|
||||
messages showing the current values (or the new values, if they were
|
||||
changed) for the respective options. If picocom determines that an
|
||||
actual serial-port setting differs from the current value of the
|
||||
that change program options (**C-b**, **C-u**, **C-d**, **C-f**, etc)
|
||||
print messages showing the current values (or the new values, if they
|
||||
were changed) for the respective options. If picocom determines that
|
||||
an actual serial-port setting differs from the current value of the
|
||||
respective option (for whatever reason), then the value of the option
|
||||
is shown followed by the value of the actual serial-port setting in
|
||||
parenthesis. Example:
|
||||
|
BIN
picocom.1.pdf
BIN
picocom.1.pdf
Binary file not shown.
Reference in New Issue
Block a user