Skip to content

UART RX BUFFER SIZE #1683

Closed
Closed
@snowbizz

Description

@snowbizz

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions