Ring buffer libarary?

Is there a libarary to make a ring buffer , standard libarary or user built ?
I want it make it that if it can’t send my data it will store it until it can .

@peter_a, a quick search on google found this:

It’s a circular byte buffer class template. :smile:

Thank you , I`ve mapped it out how to do it , BUT whats the point of reinventing the wheel.

1 Like