|
ProtoCore v0.0.1
Deterministic, zero-heap network stack for embedded targets
|
Omron Host Link (C-mode) frame codec (PC_ENABLE_HOSTLINK) - zero-heap ASCII command/response framing for the Omron serial host-link protocol, the RS-232/485 sibling of FINS. More...
#include "protocore_config.h"Go to the source code of this file.
Omron Host Link (C-mode) frame codec (PC_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.