Noltari/pico-uart-bridge

BUFFER SIZE=2560 line 20 in uart-bridge.c ?

patfrench opened this issue · 3 comments

Hello,

I'm trying to understand the source code and while reading I saw this :

#define BUFFER_SIZE 2560

Why 2560 ?

Your project is awsome

Hello,

I'm trying to understand the source code and while reading I saw this :

#define BUFFER_SIZE 2560

Why 2560 ?

Your project is awsome

Someone suggested increasing it some time ago and I just did it :)

Hello
I'm sorry if this is a stupid question, but I thought we were limited to the UART buffer.

I just saw that the buffer is 256 so I guess a typo.

Thanks again

Hello I'm sorry if this is a stupid question, but I thought we were limited to the UART buffer.

I just saw that the buffer is 256 so I guess a typo.

Thanks again

Yes, but you might not be able to forward that data to the USB host, so you might need to store more than the UART buffer.