Skip to content

Commit 083a887

Browse files
authored
Update reference.rst
1 parent 3c76e76 commit 083a887

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

doc/reference.rst

+3-2
Original file line numberDiff line numberDiff line change
@@ -160,8 +160,9 @@ The ``::setRxBufferSize(size_t size)`` method changes the RX buffer size as need
160160
should be called before ``::begin()``. The size argument should be at least large enough
161161
to hold all data received before reading.
162162

163-
For transmit-only operation, the buffer can be switched off o save RAM by passing mode
164-
SERIAL_TX_ONLY to Serial.begin(). Other modes are SERIAL_RX_ONLY and SERIAL_FULL (the default).
163+
For transmit-only operation, the 256-byte RX buffer can be switched off to save RAM by
164+
passing mode SERIAL_TX_ONLY to Serial.begin(). Other modes are SERIAL_RX_ONLY and
165+
SERIAL_FULL (the default).
165166

166167
Receive is interrupt-driven, but transmit polls and busy-waits. Blocking behavior is as follows:
167168
The ``::write()`` call does not block if the number of bytes fits in the current space available

0 commit comments

Comments
 (0)