Skip to content
Discussion options

You must be logged in to vote

The FIFO of the UART hardware is 128 byte. Independent from that you can specify a driver buffer size with the rxbuf parameter of the UART constructor. The default value for rxbuf is 256. It must not be less than 128. Due to the data types in the code, the size is limited to 65535. Which is quite a bit, since this buffer is used to buffer data while you code is busy otherwise.

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@ThinkTransit
Comment options

@robert-hh
Comment options

@ThinkTransit
Comment options

Answer selected by ThinkTransit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
ESP32
Labels
None yet
2 participants