Char Demux(Multiple Output channel Switch)
Summary
Routes a character input to one of multiple output channels based on an integer selection input.
Description
The **Char Demux (Multiple Output Channel Switch)** component takes a character input and directs it to the output channel specified by the **Select** pin. The number of outputs is defined by the **Output Pins** property, and the **Initial Channel** property sets the default active output.
Diagram:
Categories
- File:TArduinoSignalCategory.png Category Signal – Signal processing components.
- File:TArduinoTextCategory.png Category Text – Character and text manipulation.
Properties
- Initial Channel – Default output channel when the component is enabled (integer).
- Output Pins – Number of output channels to generate (integer).
Pins
Input Pins
- In – Character input to be routed.
- Select – Integer value specifying which output channel receives the character.
Output Pins
- Output – Routed character output; the number of outputs depends on the **Output Pins** property.