370 B
370 B
set Tx Buffer Size
Sets the length of the serial transmission buffer in bytes.
serial.setTxBufferSize(10)
Parameters
- size: desired length of the transmission buffer
Example
Allocates 64 bytes for the transmission buffer.
serial.setTxBufferSize(64)