Back to Serial Studio

INI / Config Format

app/rcc/scripts/native/ini_config.md

4.0.1805 B
Original Source

INI / Config Format

Reads key=value lines into a fixed channel order. Lines starting with ; or # are treated as comments and skipped. Values latch between frames.

Wire Format

temperature=25.5
humidity=60
; comment lines are ignored
battery=87

Parameters

ParameterTypeDefaultDescription
Keys (in channel order)texttemperature,humidity,pressure,battery,signalComma-separated key names. The position of each key sets its channel index.

Output Channels

One channel per configured key, in the configured order. Missing keys keep their previous values between frames.

Pipeline Notes

Works with the Plain Text decoder. Send multiple lines in one frame (the frame delimiter separates frames, not lines).