Skip to content

Commit

Permalink
Add example with "Ctrl+Q" to serial ports monitor as exit key // Resolve
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankravets committed Dec 22, 2015
1 parent 6d0b1a8 commit 943d16b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/userguide/cmd_serialports.rst
Original file line number Diff line number Diff line change
Expand Up @@ -191,7 +191,10 @@ Do not apply any encodings/transformations
--exit-char

ASCII code of special character that is used to exit the application,
default ``29`` (DEC)
default ``29`` (DEC).

For example, to use ``Ctrl+Q`` run
``platformio serialports monitor --exit-char 17``.

.. option::
--menu-char
Expand Down

0 comments on commit 943d16b

Please sign in to comment.