New template uploaded
2004-12-18 by djbrow54
Since the debugger does not work in real time and I use interrupts it makes it hard to debug programs. I'm working on my Expressionmate ribbon controller and I couldn't really make sense of the data. I decided to utilize the speakjet for debug! I added a routine that will send a byte of data to the speakjet so I can 'hear' the values in hex. Since the speakjet interface is software serial it has some issues with interrupts but works good enough for debug. The AtomPro does not have indirect pointers and since this is just for debug I didn't spend any time optimizing the code. I've uploaded it as a new template "psim template (rev0.43).djb.bas" in the "DJB programs" folders. More on my Expressionmate findings in another message. Dave