Understanding the Rx Buffer

Have you seen my edit above?

Just saw it now @ScruffR ! I’ll try this too after @peekay123’s method :smiley:

I will eventually need to send more than 64 bytes at a time, I just didn’t think it was this complex you know?

Not that it truly is, but I mean my understand was: put # of bytes into buffer, read bytes out of buffer reducing how many were in there making room for more bytes to put in, but I guess since they aren’t synced then things can get messy? :frowning:

ALSO I potentially like the idea of local compilation to increase the Serial Buffer size.

I do sort of get the idea :stuck_out_tongue:

Do I implement this using switch() ?

@UST, yes you can.