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 a6cb7d7 commit 1a6c021Copy full SHA for 1a6c021
shared-bindings/usb_cdc/Serial.c
@@ -68,7 +68,8 @@
68
//| return everything readable if no newline is found and ``timeout`` is 0.
69
//| Return ``None`` in case of error.
70
//|
71
-//| This is a binary stream: the newline character cannot be changed.
+//| This is a binary stream: the newline character "\\n" cannot be changed.
72
+//| If the host computer transmits "\\r" it will be included as part of the line.
73
74
//| :param int size: maximum number of characters to read. ``-1`` means as many as possible.
75
//| :return: the line read
0 commit comments