devicesbus modbus rtu 0.1

This commit is contained in:
flower_linux
2026-04-03 16:00:35 +08:00
parent 3341bd0e6b
commit 1156f66f9e

View File

@@ -470,9 +470,9 @@ bool PipelineEngine::runStages234(PipelineContext& ctx)
} else { } else {
LOG_INFO() << "the protocol text is" << QStringLiteral("ProtocolEnvelopePdu::monostate"); LOG_INFO() << "the protocol text is" << QStringLiteral("ProtocolEnvelopePdu::monostate");
} }
// @TODO 以后需要测试是否丢包和解析延迟
m_count++; // m_count++;
LOG_INFO() << "the count of command is" << m_count; // LOG_INFO() << "the count of command is" << m_count;
if (!stage3Filter(ctx)) { if (!stage3Filter(ctx)) {
return false; return false;