Forum Discussion
Altera_Forum
Honored Contributor
14 years agoWhat do you mean by data packets? The JTAG Uart is mostly a text interface. You could probably use it to transfer binary data, but it wasn't designed for this.
If you have a network interface you can also use it to transfer data. Another way could be to run your software with a debugger and use the host filesystem software component, so that your Nios application can directly read/write files on the PC.