Getting an input display
ADP
Posts: 15
Hi,
How can i view my output from BS2 given an input (for example a square wave)?? I have downloaded a program already on the BS2 but want to be able to see what my output looks like given an input, at any point?? Is there any software or a program i need to download on my PC?
Thanks
How can i view my output from BS2 given an input (for example a square wave)?? I have downloaded a program already on the BS2 but want to be able to see what my output looks like given an input, at any point?? Is there any software or a program i need to download on my PC?
Thanks
Comments
loop:
·· debug "looping..."
goto loop
would print out looping continually.
Good luck.
Ken
www.speechchips.com
·
Main:
· DEBUG "Looping", CR
· PAUSE 200
· GOTO Main
"LOOP" is a PBASIC 2.5 keyword.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Dallas Office
Not sure I answered the original posters question either.· He seems like he wants some sort of display and not just a debug statement.·
You could always use a serial LCD display but they are sort of expensive (~$45).· I just hook my Basic Stamp up to a small tv I have on my desktop and display debug information on that. It also lets me draw bitmapped graphics.
Ken
www.speechchips.com
Go to www.stampplot.com