To PCM programmer:
Thank you very much.
I did not realize that a PC was connected and used in the actual running of the program.
When I saw the printf statement, I assumed, wrongly, it was connect ...
Could someone please explain what the following lines of code mean.
Line 57) first=getc(); how does getc() know where to go to get first?
Line 60) first-='0';
Line 100) printf("\r\nPress S to ...