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

New Patch, printf(), serial port window

Anybody else having problems with printf() and the serial port simulation window with the latest uV2 patch?

Parents
  • you must make sure that the TI flag is set, before you call printf<\i><\b> or putchar<\i><\b> functions.
    The putchar<\i><\b> function wait the TI flag change to 1 and clear it at the begining of this function.
    I hope this can match you question.

Reply
  • you must make sure that the TI flag is set, before you call printf<\i><\b> or putchar<\i><\b> functions.
    The putchar<\i><\b> function wait the TI flag change to 1 and clear it at the begining of this function.
    I hope this can match you question.

Children