Debug ?
Pete Sr
Posts: 11
New to the prop, but used the BS1 and BS2. Is there a way to echo back tothe screen your data like the DEBUG command in the previous systems. I looked through the manual, but may have missed it.
Pete
Pete
Comments
Thanks
it's called Multicog serial debug.
http://obex.parallax.com/objects/232/
I've used it a lot and it works great. but just a heads up.... with the Propeller bring so powerful it's just as easy to debug to a TV, VGA or LCD. because of that many of the Objects and examples you find don't use a serial link to a PC for debugging, most are LCD. I bought a LCD display so I wouldn't have to spend time converting each object to serial debug for testing and learning, which was pretty hard at first. I'd suggest getting an LCD display it's really handy especially for mobile projects.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner
Then I proceeded to forget all about it. I go back to working on the project a day later and then spend 15 minutes trying to debug why my program won't start! 15 minutes debugging absolutely nothing! Moral of story: disable term when you're done with it
Cheers,
--fletch
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Join us in the Un-Official Propeller IRC channel: irc.freenode.net #propeller
Newbies, oldies, programmers, math professors, and everyone in-between welcome!
Propeller IRC howto
Thanks for the info.
Pete
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Harley Shanko
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"A complex design is the sign of an inferior designer." - Jamie Hyneman, Myth Buster
DGSwaner