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:
22
picocom.1
22
picocom.1
@ -1,7 +1,7 @@
|
||||
.\" Automatically generated by Pandoc 1.16.0.2
|
||||
.\"
|
||||
.ad l
|
||||
.TH "PICOCOM" "1" "2018-02-08" "Picocom 3.2a" "User Commands"
|
||||
.TH "PICOCOM" "1" "2018-04-03" "Picocom 3.2a" "User Commands"
|
||||
.nh \" Turn off hyphenation by default.
|
||||
.SH NAME
|
||||
.PP
|
||||
@ -117,7 +117,7 @@ May not be supported on some systems.
|
||||
.B \f[B]C\-backslash\f[]
|
||||
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
|
||||
one) the serial Tx line for an amount of time corresponding to several
|
||||
character durations.
|
||||
.RS
|
||||
.RE
|
||||
@ -178,8 +178,8 @@ Toggle local\-echo mode.
|
||||
.TP
|
||||
.B \f[B]C\-w\f[]
|
||||
Write hex.
|
||||
Picococm prompts the user for a string of hexadecimal values.
|
||||
Values can be entered with or without delimeters (separators).
|
||||
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 \f[B]\-\-omap\f[], \f[B]\-\-echo\f[] and \f[B]\-\-emap\f[] options
|
||||
@ -350,7 +350,7 @@ serial port to it\[aq]s original settings on exit, but it \f[I]will\f[]
|
||||
clear the modem control lines (typically DTR and RTS) to signal a modem
|
||||
hangup.
|
||||
Without the \f[B]\-\-noreset\f[] option (explicitly given, or implied by
|
||||
extiting with the "Quit" command) \f[B]\-\-hangup\f[] has no effect
|
||||
exiting with the "Quit" command) \f[B]\-\-hangup\f[] has no effect
|
||||
(without \f[B]\-\-noreset\f[] picocom always clears the modem control
|
||||
lines on exit, anyway).
|
||||
.RS
|
||||
@ -397,7 +397,7 @@ See \f[B]SENDING AND RECEIVING FILES\f[].
|
||||
Specifies the input character map (i.e.
|
||||
special characters to be replaced when read from the serial port).
|
||||
See \f[B]INPUT, OUTPUT, AND ECHO MAPPING\f[].
|
||||
(Defaul: Empty)
|
||||
(Default: Empty)
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
@ -405,7 +405,7 @@ See \f[B]INPUT, OUTPUT, AND ECHO MAPPING\f[].
|
||||
Specifies the output character map (i.e.
|
||||
special characters to be replaced before being written to serial port).
|
||||
See \f[B]INPUT, OUTPUT, AND ECHO MAPPING\f[].
|
||||
(Defaul: Empty)
|
||||
(Default: Empty)
|
||||
.RS
|
||||
.RE
|
||||
.TP
|
||||
@ -510,9 +510,9 @@ serial port, AND there is nothing to write (send) to the serial port,
|
||||
AND nothing is read from the standard input (terminal).
|
||||
If \f[B]\-\-exit\-after\f[] is set to zero, then picocom exits after
|
||||
opening and configuring the serial port, after sending the init string
|
||||
(if any, see option \f[B]\-\-initstring\f[]) and imediatelly when it
|
||||
(if any, see option \f[B]\-\-initstring\f[]) and immediately when it
|
||||
becomes idle.
|
||||
When exiting after being idle, picocom drains the O/S serial port ouput
|
||||
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 \f[B]\-\-noreset\f[] and \f[B]\-\-hangup\f[] options as
|
||||
@ -532,7 +532,7 @@ its output queue have been transmitted.
|
||||
.RE
|
||||
.TP
|
||||
.B \f[B]\-\-exit\f[] | \f[B]\-X\f[]
|
||||
Exit picocom immediatelly after opening and configuring the serial port.
|
||||
Exit picocom immediately after opening and configuring the serial port.
|
||||
Do \f[I]not\f[] read \f[I]anything\f[] from the standard input or from
|
||||
the serial port.
|
||||
When exiting the \f[B]\-\-noreset\f[] and \f[B]\-\-hangup\f[] options
|
||||
@ -784,7 +784,7 @@ That is, the escape character is seen (default \f[B]C\-a\f[]), followed
|
||||
by the quit command character (default \f[B]C\-q\f[]).
|
||||
The behavior in this case is similar to that of the exit command, with
|
||||
one difference: Picocom behaves as if the \f[B]\-\-noreset\f[] option is
|
||||
given (regardless if it actualy is, or not).
|
||||
given (regardless if it actually is, or not).
|
||||
.IP \[bu] 2
|
||||
The \f[B]\-\-exit\f[] option is given.
|
||||
See the documentation of this option for a description of what exactly
|
||||
|
Reference in New Issue
Block a user