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.
Note: This block is available in both Upload mode and Stage mode.
Example
- 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.
Was this post helpful?
Let us know if you liked the post. That’s the only way we can improve.