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

Add option to send an initstring before dropping to the main loop

This commit is contained in:
Maciej Grela
2017-03-20 22:47:46 +01:00
parent deffd18c24
commit a1cc4f9128
2 changed files with 20 additions and 1 deletions

View File

@ -282,6 +282,14 @@ Picocom accepts the following command-line options.
mapping is performed) is also logged to the same file. (Default:
no logging)
**--initstring** | **-t**
: Send the provided string after opening the serial port. This
feature is useful for example if the serial device needs some
special magic strings to start responding. Use $(echo -e ...)
or xxd to generate special characters like a CR or binary data.
Note, that the initial string is not sent if **--noinit** is set.
**--lower-rts**
: Lower the RTS control signal after opening the serial port (by