mirror of
https://github.com/merbanan/rtl_433.git
synced 2026-07-30 10:08:18 -04:00
FSK_PCM at 2400 baud, UART 8N2 framing, CRC-16/KERMIT trailer. Outputs the verified transport fields (length, control, sender/receiver ID, CRC) and raw body bytes only; the response body looks M-Bus-like but isn't decoded yet. Lives in m_bus.c rather than its own file: the body is a wired M-Bus telegram (see next commit), so this reuses the wM-Bus DIF/VIF decoder already there instead of duplicating it. Registered as protocol 379.