Page 1 of 1

circular buffer

Posted: Mon Mar 20, 2023 9:39 pm
by flowcode-developer
Hi,
I was wondering is the circular buffer restricted to 8/16 bits? I have a fixed 99 byte string incoming that I am going to parse after receiving. I was wondering if I can use the circular buffer for these 99 bytes string?

Re: circular buffer

Posted: Mon Mar 20, 2023 9:43 pm
by chipfryer27
Hi

The default buffer size is 128 bytes and the size can be changed to suit (dependant on chip) so it should easily accommodate your string.

Regards