View previous topic :: View next topic |
Author |
Message |
feitanx
Joined: 21 Mar 2010 Posts: 37
|
PRINTF() |
Posted: Thu May 27, 2010 7:56 am |
|
|
Shoul I put printf() on a loop if I want to send in UART? |
|
 |
Gabriel
Joined: 03 Aug 2009 Posts: 1067 Location: Panama
|
|
Posted: Thu May 27, 2010 8:01 am |
|
|
if you want to print multiple times.... put in a loop.
if its a single char, putc() will work as well
g. _________________ CCS PCM 5.078 & CCS PCH 5.093 |
|
 |
|