一种用于嵌入式系统(esp32,stm32)等平台的,类似于linux的控制台的功能模块。 A console-like function module for embedded systems (such as ESP32, STM32) platforms, similar to the Linux console.
实现一种简单的通讯协议功能,可以通过配置通讯协议的同步头、数据长度、通道、CRC校验等参数,根据用户的要求可以自动打包、解包数据协议。 Implement a configurable comm protocol for auto data packing/unpacking based on user needs.
Simple Datagram Control Protocol 在报文协议的基础之上,增加控制相关的功能,实现对不同场景下通讯适应。