summaryrefslogtreecommitdiff
path: root/documentation/pyserial_api.rst
diff options
context:
space:
mode:
authorChris Liechti <cliechti@gmx.net>2015-08-22 00:19:08 +0200
committerChris Liechti <cliechti@gmx.net>2015-08-22 00:19:08 +0200
commit686117dc424c302f430119469f36ed48f032c545 (patch)
treefb94806bb25cf4a570c5917b3cbf62f758053f0a /documentation/pyserial_api.rst
parent876801a5c65e097b31b6824e055a0e99bcdc595e (diff)
downloadpyserial-git-686117dc424c302f430119469f36ed48f032c545.tar.gz
spy: add "all" parameter (to also show inWaiting and empty read)
Diffstat (limited to 'documentation/pyserial_api.rst')
-rw-r--r--documentation/pyserial_api.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/documentation/pyserial_api.rst b/documentation/pyserial_api.rst
index 692c65e..8630001 100644
--- a/documentation/pyserial_api.rst
+++ b/documentation/pyserial_api.rst
@@ -913,6 +913,8 @@ possible for the user to add protocol handlers using
- ``color`` enable ANSI escape sequences to colorize output
- ``raw`` output the read and written data directly (default is to create a
hex dump). In this mode, no control line and other commands are logged.
+ - ``all`` also show ``inWaiting()`` and empty ``read()`` calls (hidden by
+ default because of high traffic).
Example::