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:
@ -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).
|
||||
|
Reference in New Issue
Block a user