We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 826533f commit 997ea88Copy full SHA for 997ea88
documentation/pyserial_api.rst
@@ -164,7 +164,7 @@ Native ports
164
:return: Bytes read from the port.
165
:rtype: bytes
166
167
- Read until an expected sequence is found ('\n' by default), the size
+ Read until an expected sequence is found ('\\n' by default), the size
168
is exceeded or until timeout occurs. If a timeout is set it may
169
return less characters as requested. With no timeout it will block
170
until the requested number of bytes is read.
0 commit comments