Char Multi Source

From Visuino
Revision as of 09:24, 11 August 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoCharMultiSource.png == Summary == Use this component to route a single character input to multiple character output pins. == Description == The **Char Multi Source** component takes a single character input and distributes it across multiple output pins, numbered from **Pin (0)** upwards. You can configure how many output pins are active using the **Output Pins** property (default is 2). If the number of output pins exceeds the input, each config...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Summary

Use this component to route a single character input to multiple character output pins.

Description

The **Char Multi Source** component takes a single character input and distributes it across multiple output pins, numbered from **Pin (0)** upwards. You can configure how many output pins are active using the **Output Pins** property (default is 2). If the number of output pins exceeds the input, each configured pin simply outputs the same input character; it’s ideal for scenarios where the same character needs to feed multiple parts of your Visuino flow simultaneously.

Diagram:

Categories

Properties

  • Output Pins – Number of character output pins to use (default: 2).

Pins

  • In – The Char Input pin of the component or element
  • Pin (0) through Pin ([n − 1]) – Outputs the input character to each, where *n* is the number of Output Pins configured.