Altera_Forum
Honored Contributor
12 years agoData transfer
After having captured data from an ADC and stored it to the SDRAM on the DE0-Nano, what's the best way to transfer this data to the PC?
I am currently just sending it over the JTAG UART using printf commands, but this is very slow and because I have to use the nios2-terminal I can't do anything more low level. Presumably I would see a speed increase if I just used a UART out to the pins and then a serial-USB adapter. Does anyone have any other suggestions? Thanks Bert