Okay, I understand the concept behind a ring buffer, have some string registers, 0-x "slots", and as they are (successfully) transmitted, it will clear them out. On the writing to the slots, how do I (cleanly) determine which slot to write into?
I like how the Do-More has many ways to accomplish things. However, the OCD in me struggles with accomplishing it "properly". I don't like kludging something together to later have to rework it to make room for something else. I'm learning as I go here, and am learning a lot.