I'd like an example of what a code would look like. I'll post a snippet of my PBAsic code, if someone could possibly redo the code in C, so I have an idea of where to start, that would be great. I'm not trying to be lazy and have someone else do my coding, that's why I won't post the whole code, just a do-loop chunk. Sorry if I seem lazy anway, but C is daunting coming from PBASIC
DO LOW 8 'ZERO LOW 4 LOW 2 LOW 1 PAUSE 1000 DEBUG "second digit, ONE", CR LOW 8 'ONE LOW 4 LOW 2 HIGH 1 PAUSE 1000 Loop Just a simple binary on off program. The program (in it's entirety) does work, but I need to move into C now, I have a programmer, and a debugger, the transition from PBASIC to C is the problem. Thanks Shane
