Forum Discussion
Altera_Forum
Honored Contributor
20 years agoHow to print buffer using UART as stdout
Hello all, When I stored a string to a buffer using Uart, how to print it using same Uart? Something like below but this example using JTAG Uart. <div class='quotetop'>QUOTE </div> ---...
Altera_Forum
Honored Contributor
20 years agohai ,
i think u had a problem in using the fprintf and fwrite , use fprintf or fwrite in your program ,because fwrite writes in binary format ,but fprintf writes in human readeable format , i think ur problem can be solved with this ... regards, Murugan.b