Debug Terminal
joeld
Posts: 49
I'm new to the Propeller. Is there a simple way to accomplish a debug type option? I suppose you could use the VGA and BS2 object to facilitate that but it seems like a lot of overhead. Is there a simple way to pass info back through the USB on the Demo Board? Being able to get some feedback on program execution to a terminal window would make learning a lot easier for me.
Comments
The tv_text driver that comes with the Propeller Tool is very handy for debugging on a video display and has a modest space overhead. It uses one cog for the video driver. I've used this along with a VGA display for debugging a program that normally used the VGA display with the debug data coming out on a TV.