1
0
mirror of https://github.com/UzixLS/picocom.git synced 2025-07-19 07:21:18 +03:00
This commit is contained in:
Nick Patavalis
2017-12-16 22:30:19 +02:00
parent 9fbf4d1c11
commit ad5ad83983

View File

@ -300,7 +300,7 @@ Picocom accepts the following command-line options.
responding. Use **echo(1)** or **xxd(1)** to generate special
characters like a CR or binary data. Example:
picocom -t "$(echo -e '\r\nATZ\r\n')" /dev/ttsyS0
picocom -t "$(echo -e '\r\nATZ\r\n')" /dev/ttyS0
Note, that the init string is not sent if **--noinit** is
set. (Default: empty).