Outputting the Debug content
Nate Wise
Posts: 4
hello,
My question is does the basic stamp editor output to another form like xml so i can read the debug command in another program like adobe flash or php.
I dont have any code right now i am in concept stages of my project, trying to see if my ideas are possible.
Thanks
My question is does the basic stamp editor output to another form like xml so i can read the debug command in another program like adobe flash or php.
I dont have any code right now i am in concept stages of my project, trying to see if my ideas are possible.
Thanks
Comments
You can manually cut and paste from the debug window to some other window like a word processor, but there's nothing automatic.
On the other hand, BS2 DEBUG output is just serial information and you can use a serial terminal program with a text capture feature to do what you want or you can write your own PC program in any programming language with serial I/O capability to do whatever you want.
If you want to use a BS1, the DEBUG information is different. There's an article in the Nuts and Volts Columns series on decoding the data produced by the BS1's DEBUG statement. This is downloadable from Parallax. Go to their main webpage, select the Resources tab, then the Nuts and Volts Columns links. You can find the article in the index along with lots of other useful information.