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?
circular buffer
-
- Posts: 37
- http://meble-kuchenne.info.pl
- Joined: Thu Feb 02, 2023 9:32 pm
- Has thanked: 19 times
- Been thanked: 3 times
-
- Valued Contributor
- Posts: 1528
- Joined: Thu Dec 03, 2020 10:57 am
- Has thanked: 353 times
- Been thanked: 549 times
Re: circular buffer
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
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