1 parent c16e7ea commit 0caac94Copy full SHA for 0caac94
1 file changed
docs/library/pyb.UART.rst
@@ -87,8 +87,8 @@ Methods
87
- ``stop`` is the number of stop bits, 1 or 2.
88
- ``flow`` sets the flow control type. Can be 0, ``UART.RTS``, ``UART.CTS``
89
or ``UART.RTS | UART.CTS``.
90
- - ``timeout`` is the timeout in milliseconds to wait for the first character.
91
- - ``timeout_char`` is the timeout in milliseconds to wait between characters.
+ - ``timeout`` is the timeout in milliseconds to wait for writing/reading the first character.
+ - ``timeout_char`` is the timeout in milliseconds to wait between characters while writing or reading.
92
- ``read_buf_len`` is the character length of the read buffer (0 to disable).
93
94
This method will raise an exception if the baudrate could not be set within
0 commit comments