I have a question for Stephen regarding MakeCode with CPX and "graph". When I use the graph tool I do not get the "show console device" blue bubble below the simulator. I do get the show console simulator. How do I get the device bubble? I install the graph light level or sound level to a number but no console device so no data output on the monitor. Thank you.
@kiwinesss4 жыл бұрын
No one answered you :(
@kevinwalters51603 жыл бұрын
I think the *Show console simulator* button under the simulation appears when the simulator is running and only if data has been written to the console. If you have a *graph* block inside *forever* then that should do it. You could test with a *forever* or *on start* block with *console log* from *Advanced > CONSOLE*.
@makecodeandhardware13953 жыл бұрын
@@kevinwalters5160 Yes, I think you are right about this. I discovered it after asking the question; but with the Microbit. I gave away my CPX and will remind the person with it now that this is how to see the console print out. Thx