JTAG functions for writing and reading data from nios towards host pc
Hi I'd like to communicate with a nios system using a JTAG uart module, but I don't know which functions I have to use in nios C-program...I read something about printf () for sending data to syst...