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

added --logfile option

as discussed in https://github.com/npat-efault/picocom/issues/24
This commit is contained in:
Joe Merten
2016-12-08 10:44:07 +01:00
parent 74e0245fb0
commit f92e8e303e
2 changed files with 43 additions and 1 deletions

View File

@ -271,6 +271,16 @@ Picocom accepts the following command-line options.
local-echo is enabled). See
**[INPUT, OUTPUT, AND ECHO MAPPING]**. (Defaul: **delbs,crcrlf**)
**--logfile** | **-g**
: Use specified file for logging (recording) serial input, and
possibly serial output. If the file exists, it is appended to.
Every character read from the serial port is written to the
specified file (before input mapping is performed). If local-echo
mode is is enabled (see --echo option and C-c command), then every
character written to the serial port (after output mapping is
performed) is also logged to the same file.
**--lower-rts**
: Lower the RTS control signal after opening the serial port (by