Table of Contents

is data from terminal ()

is data from terminal

Description

Is data from terminal () is a boolean block available in Dabble extension for evive and other Arduino boards. The block compares the latest string message in the terminal with the data input by the user in the block. If the data matches, it returns the true, else it returns false.

Access Granted

evive Notes Icon
Note: This block is available in both Upload mode and Stage mode.

Example

  1. In this script, it is checking if the message from the Terminal app is “lights on” or “lights off”. If it is “lights on”, then LED 13 will glow and if it is “lights off”, LED 13 will turn off.
    is data from terminal example

Example

There are no examples documented for this article.