mirror of
https://github.com/UzixLS/picocom.git
synced 2025-07-19 07:21:18 +03:00
Doc updates, rebuilt docs
Mostly typos and some rewording.
This commit is contained in:
43
picocom.1.md
43
picocom.1.md
@ -103,7 +103,7 @@ here.
|
||||
|
||||
: 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
|
||||
Tx line for an amount of time corresponding to several character
|
||||
durations.
|
||||
|
||||
**C-b**
|
||||
@ -150,8 +150,8 @@ here.
|
||||
|
||||
**C-w**
|
||||
|
||||
: Write hex. Picococm prompts the user for a string of hexadecimal
|
||||
values. Values can be entered with or without delimeters
|
||||
: Write hex. Picocom prompts the user for a string of hexadecimal
|
||||
values. Values can be entered with or without delimiters
|
||||
(separators). The hexadecimal values are translated to binary and
|
||||
sent to the port, exactly as if input at the terminal (i.e. the
|
||||
**--omap**, **--echo** and **--emap** options are
|
||||
@ -288,7 +288,7 @@ Picocom accepts the following command-line options.
|
||||
serial port to it's original settings on exit, but it *will* clear
|
||||
the modem control lines (typically DTR and RTS) to signal a modem
|
||||
hangup. Without the **--noreset** option (explicitly given, or
|
||||
implied by extiting with the "Quit" command) **--hangup** has no
|
||||
implied by exiting with the "Quit" command) **--hangup** has no
|
||||
effect (without **--noreset** picocom always clears the modem
|
||||
control lines on exit, anyway).
|
||||
|
||||
@ -323,13 +323,13 @@ Picocom accepts the following command-line options.
|
||||
|
||||
: Specifies the input character map (i.e. special characters to be
|
||||
replaced when read from the serial port). See
|
||||
**[INPUT, OUTPUT, AND ECHO MAPPING]**. (Defaul: Empty)
|
||||
**[INPUT, OUTPUT, AND ECHO MAPPING]**. (Default: Empty)
|
||||
|
||||
**--omap**
|
||||
|
||||
: Specifies the output character map (i.e. special characters to be
|
||||
replaced before being written to serial port). See
|
||||
**[INPUT, OUTPUT, AND ECHO MAPPING]**. (Defaul: Empty)
|
||||
**[INPUT, OUTPUT, AND ECHO MAPPING]**. (Default: Empty)
|
||||
|
||||
**--emap**
|
||||
|
||||
@ -413,8 +413,8 @@ Picocom accepts the following command-line options.
|
||||
input (terminal). If **--exit-after** is set to zero, then picocom
|
||||
exits after opening and configuring the serial port, after sending
|
||||
the init string (if any, see option **--initstring**) and
|
||||
imediatelly when it becomes idle. When exiting after being idle,
|
||||
picocom drains the O/S serial port ouput buffer (i.e. waits for
|
||||
immediately when it becomes idle. When exiting after being idle,
|
||||
picocom drains the O/S serial port output buffer (i.e. waits for
|
||||
data already written to the port to be transmitted) and observes
|
||||
the **--noreset** and **--hangup** options as usual. (Default: not
|
||||
set).
|
||||
@ -430,19 +430,18 @@ Picocom accepts the following command-line options.
|
||||
|
||||
**--exit** | **-X**
|
||||
|
||||
: Exit picocom immediatelly after opening and configuring the
|
||||
serial port. Do *not* read *anything* from the standard input or
|
||||
from the serial port. When exiting the **--noreset** and
|
||||
**--hangup** options are observed as usual. With **--exit** and
|
||||
**--noreset** (and possibly **--hangup**) picocom can be used as
|
||||
a very crude replacement of **stty(1)**. If an init string is
|
||||
also given (see **--initstring** option), picocom exits
|
||||
imediatelly after sending (writing) the init string to the serial
|
||||
port and draining the O/S serial port output buffer (i.e. waiting
|
||||
for data written to the port to be transmitted). Again, nothing
|
||||
is read from the standard input, or from the serial port. The
|
||||
**--exit** option, overrides the **--exit-after**
|
||||
option. (Default: Disabled)
|
||||
: Exit picocom immediately after opening and configuring the serial
|
||||
port. Do *not* read *anything* from the standard input or from
|
||||
the serial port. When exiting the **--noreset** and **--hangup**
|
||||
options are observed as usual. With **--exit** and **--noreset**
|
||||
(and possibly **--hangup**) picocom can be used as a very crude
|
||||
replacement of **stty(1)**. If an init string is also given (see
|
||||
**--initstring** option), picocom exits imediatelly after sending
|
||||
(writing) the init string to the serial port and draining the O/S
|
||||
serial port output buffer (i.e. waiting for data written to the
|
||||
port to be transmitted). Again, nothing is read from the standard
|
||||
input, or from the serial port. The **--exit** option, overrides
|
||||
the **--exit-after** option. (Default: Disabled)
|
||||
|
||||
**--quiet** | **-q**
|
||||
|
||||
@ -622,7 +621,7 @@ operation and what happens in each such condition:
|
||||
character is seen (default **C-a**), followed by the quit command
|
||||
character (default **C-q**). The behavior in this case is similar to
|
||||
that of the exit command, with one difference: Picocom behaves as if
|
||||
the **--noreset** option is given (regardless if it actualy is, or
|
||||
the **--noreset** option is given (regardless if it actually is, or
|
||||
not).
|
||||
|
||||
- The **--exit** option is given. See the documentation of this option
|
||||
|
Reference in New Issue
Block a user