This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to direct I/O for printf function?

Hi,

Any one know how to direct I/O for printf function?

please help me...

Parents
  • Hello,
    you do not want to use serial0 as I/O. Am I right? If so please have a look at the files GETKEY.C and PUTCHAR.C located in the folder where the libs are installed. Those define the routines _getkey() and putchar() the printf() is based on.

    HTH, Walter Ochs

Reply
  • Hello,
    you do not want to use serial0 as I/O. Am I right? If so please have a look at the files GETKEY.C and PUTCHAR.C located in the folder where the libs are installed. Those define the routines _getkey() and putchar() the printf() is based on.

    HTH, Walter Ochs

Children