It turns out that this is possible in the NXT environment.
I found an example that went through the following steps:
- add loop
- inside the loop, add a sensor
- then add the number to text control
- add display control
- connect the sensor output to the number input in the text control.
- connect the number output to text control on the display
Now, when you run it, the display will be constantly updated with the values ββcoming from the sensor.
So this is not much better than printf statements, but you know, I got a lot of programming done using this technique :)
source share