Forum Discussion
Altera_Forum
Honored Contributor
15 years agoJTAG USB dropping data when printing to terminal
I've got a system setup to print out ADC samples via a NIOS processor (standard) and JTAG USB. The ADC samples at 48Khz and the samples are streamed to the NIOS processor to be printed through PIO. ...
Altera_Forum
Honored Contributor
15 years agoThe JTAG uart isn't a very fast interface, so you are probably reaching its limit.
It isn't very easy to do a custom USB endpoint on the development kits, so if you have lots of data to stream it could be a good idea to use an interface such as Ethernet to transmit it to the PC.