Terminal Module

The Terminal module is used to display and send simple text or numeric values. For an example on how to configure a terminal, see Terminal Configuration Example.
Figure 1. Terminal

  1. Input text box.
  2. Output text box.
  3. Output source.
  4. Input sink.
  5. Clear button.
  6. Automatic line feed checkbox.
  7. Hexadecimal mode checkbox.
  8. Display timestamp checkbox.
  9. Autoscroll checkbox.

Connecting the Terminal and Displaying Data

Data streams are connected to the terminal through the sink and source endpoints. Drop an external source onto the terminal sink, or drag and drop the terminal source onto an external sink. Data coming into the terminal's sink endpoint will be presented in the input text box.

Sending Data

When the source of the terminal has been connected to a sink endpoint, data can be sent by typing data in the input text box and pressing enter. Whatever was typed in the text box will be cleared after transmission. The text box supports the use of break characters (e.g. \x55, which will result in the raw value 0x55 being transmitted).

Setting Hexadecimal Mode

Data is normally assumed to be an ASCII encoded stream of data. To display the hexadecimal value of the data, select the Hexadecimal mode checkbox.

Resizing the Input Text Box

The input text box is re-sizable by clicking and dragging the lower part of the box.