Can't print to Terminal
atreau
Posts: 3
I can program/run almost anything else on My ActivityBot 360 WX. I am currently running a task to sweep a servo from 0 to 180 degrees continually. But no matter what I do I cannot get anything to print to the terminal. Even the Basic "Hello World" will not print. I manually jumped SEL to GND to insure it was using the USB. I can run the same program in Simple IDE without difficulty. Read all I could, Any suggestions? Thanx for any help. tom
Comments
Welcome to the forums!
Just to be clear, are you connecting/programming your ActivityBot with a USB cable?
Usually when you click "Run Once" or "Load and Run", Blockly will detect terminal commands in your code and open the Terminal popup window for you.
First guess....
Your browser (or some other addon) is blocking popup windows from opening?
Maybe add the BlocklyProp URL to a security whitelist.
As another test, does manually clickling the OpenSerialTerminal button help or show any sort of clue about the issue ?
In that case, what about starting with a very simple bunch of blocks, just to test Serial Terminal in your setup.
Here's an example: http://blocklyprop.com/blockly/projectlink?id=112824&key=f244e4b2-17b0-4c92-ba58-5081c3aa1d28
You should see the P26/27 leds blinking as Hello appears 10 times.
Another thing to try is swapping out the USB cable for a new one.
And also measure the Activity Bot battery voltage, or for testing power the PAB-WX from the DC power jack with a mains adapter, instead of the Activity Bot batteries. (This should not really be needed, but doesn't hurt to eliminate potential power source issues.)