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

Better example (manual)

This commit is contained in:
Nick Patavalis
2017-12-19 17:31:38 +02:00
parent cb4e363fe1
commit a99d1f8b69

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/ttyS0
picocom -t "$(echo -e 'AAATZ\r\n')" /dev/ttyS0
Note, that the init string is not sent if **--noinit** is
set. (Default: empty).