YAPDT (Yet Another Propeller Debugging Tool)
Jon Williams
Posts: 6,491
Inspired by Phil Pilgrim's simplex serial object, I created a Parallax Serial LCD object that also uses pure Spin to transmit the byte.· Demo programs (my old Pac-Man chomping animation) for the 2x16 and 4x20 are included in the ZIP.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Post Edited (Jon Williams (Parallax)) : 3/27/2006 1:39:58 AM GMT
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Post Edited (Jon Williams (Parallax)) : 3/27/2006 1:39:58 AM GMT
Comments
Your example brings to my attention yet another nice feature.
I didn't realize that the colored background would be so helpful in identifying the normal divisions within a program.
It immediately calls attention to where things are.
Extremely easy to follow.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
"When all think alike, no one is thinking very much.' - Walter Lippmann (1889-1974)
······································································ Warm regards,····· G. Herzog [noparse][[/noparse]·黃鶴 ]·in Taiwan
I added a debug wrapper to the Serial_Lcd object (also updated a bit)·which includes the ability to print a signed decimal number in a fixed-width (space padded)·field.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Is there any performance hit using spin instead of assembler?
The good news is that those of us who don't want to write in assembly can take advantage of those who do (like Chip) -- all Propeller assembly programs have a Spin interface which makes them easy to connect to a project.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
Thanks Jon,
Oliver
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax
I've investigated DCC inside and out, and the primary issue I came to was imposing the controll signal onto the power.
Next comes the actual controllers. Most every make has a different set of commands, or a way of programming them.
It would be a great project, one that I'd be willing to assist where ever I can.
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Just tossing my two bits worth into the bit bucket
KK
·
▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔▔
Jon Williams
Applications Engineer, Parallax