File tree 1 file changed +3
-2
lines changed
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -160,8 +160,9 @@ The ``::setRxBufferSize(size_t size)`` method changes the RX buffer size as need
160
160
should be called before ``::begin() ``. The size argument should be at least large enough
161
161
to hold all data received before reading.
162
162
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).
165
166
166
167
Receive is interrupt-driven, but transmit polls and busy-waits. Blocking behavior is as follows:
167
168
The ``::write() `` call does not block if the number of bytes fits in the current space available
You can’t perform that action at this time.
0 commit comments