|
DeterministicESPAsyncWebServer v6.28.0
Zero-allocation, bounded-execution async HTTP server for ESP32
|
PROFIBUS-DP FDL telegram codec (DETWS_ENABLE_PROFIBUS). More...
Go to the source code of this file.
PROFIBUS-DP FDL telegram codec (DETWS_ENABLE_PROFIBUS).
PROFIBUS-DP is the Siemens RS-485 master/slave fieldbus (the DP-V0 cyclic I/O exchange). Its FDL data link uses fixed telegram formats delimited by a start byte (SD):
SD1 DA SA FC FCS ED (a request/status telegram).SD2 LE LEr SD2 DA SA FC [data...] FCS ED, where LE = length of (DA + SA + FC + data), repeated as LEr for redundancy.DA = destination, SA = source, FC = frame control. The FCS is the arithmetic sum (mod 256) of DA + SA
Definition in file profibus.h.