|
DeterministicESPAsyncWebServer v6.27.1
Zero-allocation, bounded-execution async HTTP server for ESP32
|
Omron Host Link (C-mode) frame codec (DETWS_ENABLE_HOSTLINK) - zero-heap ASCII command/response framing for the Omron serial host-link protocol, the RS-232/485 sibling of FINS. More...
#include "ServerConfig.h"Go to the source code of this file.
Omron Host Link (C-mode) frame codec (DETWS_ENABLE_HOSTLINK) - zero-heap ASCII command/response framing for the Omron serial host-link protocol, the RS-232/485 sibling of FINS.
A Host Link frame is ASCII:
@ start, UU the 2-digit unit/node number, XX the 2-char header code (e.g. RD), <text> the data, FF the 2-hex-char FCS, then the * + CR (0x0D) terminator.@ through the last text character, rendered as two uppercase hex digits.This is the frame codec (build + FCS-validated parse); the serial transport is the app's.
Definition in file hostlink.h.