• problem using the printf-function
    Hello, i am having problems using the printf-function on a XC161CJ. The initialization i used is from an older project with the same controller and was running properly. In the new projrct everything...
  • putchar/printf problem
    Dear all, I am having problem with putchar function. When i am running a "putchar('A');" instruction, i am getting the Charater 'A' output on the serial window. But when i run next "putchar...
  • Sending Binary Data with "printf"
    Hi.. I want to send Binary Data using printf() function for examle if I do printf("%d",i) where i=16706 then printf() function transmit that integer in text mode (not in Binary mode) i.e. it will...
  • printf on 2nd serial interface?
    Hi, I am looking for examples in programming the 2nd serial interface.I get data on ser0 and have to send it to ser1. Who can help me???
  • printf function overwritting RAM
    Hi All, I've been lurking on this board for about 12 months now, but this is my first post... I have traced a memory corruption problem to a single assembler statement. The statement is the first statement...