Closed
Description
Hi,
In 2.0.0 version there were two definitions of UART's buffer size in HardwareSerial.h file:
define SERIAL_TX_BUFFER_SIZE 256
define SERIAL_RX_BUFFER_SIZE 256
After 2.1.0 it is gone and buffer size can't be changed.
I can't receive more than 128 chars which is default value.
I found also in uart.h file:
define UART_TX_FIFO_SIZE 0x80
But it is only for TX and I am not sure is this works.
Cheers.
Metadata
Metadata
Assignees
Labels
No labels