• Problem with printf()
    Hi, when I use printf("12345"); on the serial window #1 , I can only see 1234 so I wonder (1) where is the character '5', (2) why only "1234" is printed. (3) Has '5' already been sent...
  • Printf problem..
    Hi, This is my program. int a = 0x0A; printf("%c",a); Why is it that the output from the serial port is 0x0D and 0x0A instead of just 0x0A itself? Thanks..
  • printf
    Hi, I am trying to run my first C program on Keil...it works perfectly until I insert a printf statement...am i missing something? #include <reg52.h> #include <stdio.h> void main(void) { unsigned...
  • problem with printf() and ADC
    Hi, I mentioned last week (in "problem with putchar()" thread) that I found my code acting strange when a variable called counter1 keeps incrementing while printing values to the serial port during...
  • printf problem
    still can't fix my printf problem ... I linked the program without the option to overlay variables and it still didn't work ... does this eliminate the overlay feature as a problem? my putchar...