Logical operation

Please do many logical operations like here : Hiasm.com
please make module for print to port PC:
void setup()
{
Serial.begin(9600);
}
void loop()
{
Serial.print("DV ROBOT “);
delay(1618);
Serial.println(” "); // перенос строки.
Serial.println("VSEGDA S TOBOI :slight_smile: ");
delay(1618);
}

Hello and welcome, @zhuk Thanks for trying XOD.

Have you seen the console-log node? It allows doing that although the output is only available when uploading with “Debug after upload” checkbox set.

If you’d be more specific on specific nodes you wanna see in XOD that will help a lot. I’ve checked out HiAsm but didn’t get an idea of what we can borrow.