Char Demux(Multiple Output channel Switch): Difference between revisions

From Visuino
Jump to navigation Jump to search
Created page with "Image:TArduinoCharDemux.png == 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. <b>Diagr..."
 
(No difference)

Latest revision as of 23:33, 20 August 2025

File:TArduinoCharDemux.png

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

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.