• problem with printf()
    Hello, I want to ask a little bit help. I want to use the printf instruction with the Noice debugger. I can printf char or float fine but when I try to printf int or long I get a totally different...
  • 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...
  • 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..
  • 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 friends, I am using timer 0 & timer 2 interrupts for functionality and printf functions also am using to display the status .... (for printf statement Timer 1 using)some times that printf function...