Forum Discussion
Altera_Forum
Honored Contributor
17 years ago --- Quote Start --- @vjalter: I'm currently happy with my UART solution, but I just like to play with the USB chip on the devkit to see whether the latency of a USB connector would be feasible for my application. --- Quote End --- We pointed several solutions for accessing the USB connector. The easiest is by far using TCL scripts, but then it is probably the slowest. A second choice would be to use the unofficially documented (seems more like not officially supported, rather than undocumented) jtag-uart interface using the atlantic DLL. Or you can use one of the undocumented interfaces, including direct access to the USB-Blaster using FTDI DLL API.