What triggers the debug terminal window?
What is the actual "trigger" that causes the PBasic DebugTerminal window to open?
Is it opened automatically any time source code contains a DEBUG statement?
Is it opened automatically any time source code contains a DEBUG statement?
Comments
You can use the serial/usb connection without DEBUG on Boe-board, etc. by SEROUTing to pin 16 (this is the SOUT pin of the Stamp). There is a discussion of this in the Stamp Pbasic Manual under SERIN and SEROUT. You can also SERIN pin 16, which is the SIN pin on the Stamp. This is how some of the data-capture software apps on the PC work, as well as a way to communicate with a programming environment on the PC (if the app has access to the serial/usb port).
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
When the going gets weird, the weird turn pro. -- HST
Is this what you needed to know?
Gr,
Mightor
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
| To know recursion, you must first know recursion.