UART driver for flashing ESP32 family μmicontrollers firmare. Works nicely with NVS.

Radikant-SerialPort-C is a lightweight C wrapper library to simplify serial port (UART), abstracting away the complexity of termios configuration and provide a clean and interface setting baud rates. The library exposes essential functions to read, write, flush, and close ports, making it easier for developers to interface with hardware peripherals—such as the Niimbot thermal printers. Currently works on POSIX-compliant systems like Linux and macOS but planning to integtrate Windows aswell.
