aboutsummaryrefslogtreecommitdiff
path: root/documentation/url_handlers.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/url_handlers.rst')
-rw-r--r--documentation/url_handlers.rst9
1 files changed, 5 insertions, 4 deletions
diff --git a/documentation/url_handlers.rst b/documentation/url_handlers.rst
index adacc2e..b4f0da7 100644
--- a/documentation/url_handlers.rst
+++ b/documentation/url_handlers.rst
@@ -211,7 +211,8 @@ The spy output will be live in the second terminal window.
``alt://``
==========
-This handler allows to select alternate implementations of the native serial port.
+This handler allows to select alternate implementations of the native serial
+port.
Currently only the POSIX platform provides alternative implementations.
@@ -221,10 +222,10 @@ Currently only the POSIX platform provides alternative implementations.
disconnecting while it's in use (e.g. USB-serial unplugged).
``VTIMESerial``
- Implement timeout using ``VTIME``/``VMIN`` of tty device instead of using
- ``select``. This means that inter character timeout and overall timeout
+ Implement timeout using ``VTIME``/``VMIN`` of TTY device instead of using
+ ``select``. This means that inter character timeout and overall timeout
can not be used at the same time. Overall timeout is disabled when
- inter-character timeout is used. The error handling is degraded.
+ inter-character timeout is used. The error handling is degraded.
Examples::