MC Protocol Serial C++ 0.2.3
MC protocol serial library for MCU-oriented environments
Loading...
Searching...
No Matches
mcprotocol_serial.hpp
Go to the documentation of this file.
1#pragma once
2
13
14#ifndef MCPROTOCOL_SERIAL_ENABLE_HOST_API
15#if defined(ARDUINO)
16#define MCPROTOCOL_SERIAL_ENABLE_HOST_API 0
17#else
18#define MCPROTOCOL_SERIAL_ENABLE_HOST_API 1
19#endif
20#endif
21
25#if MCPROTOCOL_SERIAL_ENABLE_HOST_API
27#endif
Asynchronous request-execution state machine for serial MC protocol traffic.
Frame-level and command-payload-level encode/decode helpers.
Optional string-address helpers and protocol presets for common library entry paths.
Blocking host-side wrapper that drives MelsecSerialClient over PosixSerialPort.
Public request, response, configuration, and callback types for the serial MC protocol library.