Help with Debug
wolff
Posts: 43
When I load code with a debug command the debug window opens and operates properly. When I launch the debug window from the BS editor It does not work. A bunch of aaaaa comes across the debug window... but it's unintelligible.
Baud rate, flow control and all that is the same.
Thanks for any suggestions.
Baud rate, flow control and all that is the same.
Thanks for any suggestions.
Comments
Did you try resetting the stamp and then seeing if it worked? Also, try and setting your debug window settings to correspond to what your SEROUT baud number says. You'll have to open the debug window manually for this. FYI SEROUT 16 means send to the computer.
Hope that helps,
electrodude
I'm using a BS1.
Take a look at the BasicStamp Manual. And notice that the BS1 has an icon along side code that applies only to it. In addition, there is a listing of which commands the BS1 uses.
There are also a bunch of Nuts and Volts articles with focus on particular aspects. Use Google to locate them.
http://www.parallax.com/Portals/0/Downloads/docs/cols/nv/vol7/col/NV131.pdf
Thanks.... It's been a while since I've messed with a BS1. I realize now that the debug properties (for BS1) are a special case.
I guess there is really no way to open a debug window after the program has been loaded and is already running.(BS1)
Thanks!
If so, what was the problem?