Serial Device Meta Data
Payload for a Server.SerialDevice node.
Constructors
Properties
Data bits per frame.
Charset for decoding / encoding payloads.
Flow-control mode.
Stable hardware identifier (typically the device path or serial number).
Hardware classification — always SERIAL for this node type.
sets the nodes this node reads from to complete its work when invoked
The set of InvocationTriggers configured to wake this node. The node processor checks the incoming event against this list before doing any work. An empty list means "never auto-fire" — only manual execution.
The action this node performs when it fires. Defaults to NodeAction.EXECUTE on every concrete implementation so that deserialising a payload that predates this field yields the original behaviour unchanged.
Whether this node reads from or writes to the device.
Parity configuration.
Read timeout in milliseconds before the read coroutine gives up.
Command sent on each poll when operation is READ — e.g. "R" for Atlas Scientific sensors. Empty string is allowed for devices that stream data without prompting.
Upstream nodes whose values feed this one. For a filter or executor this is the data being read; for a trigger it is the value being watched.
Stop bits per frame.
Line terminator appended to outbound commands.
Write timeout in milliseconds. 0 means no timeout.