Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe JTAG UART data rate depends on how you put data through it. On standard USB-Blaster it can get up to about 1Mbit/s if you send enough data to keep it busy.
You have to have code on the target which services it quickly enough though especially on host->target transfer. If the target can't keep up then the host slows to a crawl because of the number of retransmits it has to do.