Hi,
Is it possible to have a Serial monitor using mBlock 5.0?
That is, if I have in my code:
Serial.printl(distance);
Where distance is a value from an ultrasonic sensor.
Where can I see that data in mblock 5 (that is, without using the IDE)?
Thanks!