Forum Discussion
Altera_Forum
Honored Contributor
10 years agoThere's basically an option to communicate through USB blaster and virtual JTAG functions (e.g. source & probe, in-system-memory editor, JTAG UART). But support on the PC side is very limited, only scarce applications for the JTAG UART have been published so far. The starter board "control panel" is accessing virtual JTAG functions through undocumented alt_jtaglib.dll on top of Quartus jtag_client.dll.
You should also review previous threads about this topic, e.g. http://www.alteraforum.com/forum/showthread.php?t=2199 http://www.alteraforum.com/forum/showthread.php?t=1686 http://www.alteraforum.com/forum/showthread.php?t=4256 In any case, implementing an UART interface on the development kit and connecting it through a FTDI USB-to-UART bridge is a straightforward solution.