My implementation of circular (ring) data buffer in C, using memcpy() to increase the speed of en-queue & de-queue function for a large data.
-
Updated
Mar 23, 2018 - C
My implementation of circular (ring) data buffer in C, using memcpy() to increase the speed of en-queue & de-queue function for a large data.
beta_com is a lightweight C library for UART communication that ensures data integrity and framing through CRC16 Modbus checksums and COBS encoding. It transforms arbitrary data packets into robust, zero-delimited frames, enabling reliable serial transmission and easy packet delineation.
Add a description, image, and links to the data-framing topic page so that developers can more easily learn about it.
To associate your repository with the data-framing topic, visit your repo's landing page and select "manage topics."