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
  • Do you need to have multiple destinations for your serial I/O? I faced this same problem and ended up writing my own version of printf - this also allowed me to solve a number of other problems at the same time.

    If I can help you in this way, please reply and I will post further details.

Reply
  • Do you need to have multiple destinations for your serial I/O? I faced this same problem and ended up writing my own version of printf - this also allowed me to solve a number of other problems at the same time.

    If I can help you in this way, please reply and I will post further details.

Children