Forum Discussion
Altera_Forum
Honored Contributor
14 years agoCommunication PC-De0 Nano
Hello everyone, I need to make a GUI that could communicate between pc and my De0 nano. I could make the GUI with QT but I don't know how the communication work. I am aware that every time I c...
Altera_Forum
Honored Contributor
14 years agoI went back to the start of this thread and the question was "How do I make a GUI which communicates with my hardware?"
What about using the JTAG Avalon Master and a SystemConsole dashboard GUI? All you have to do in hardware is implement an Avalon MM Slave and instantiate it (and a couple of other components) in QSYS. In software you write some TCL to control your GUI. There is a fairly new video tutorial about how to do this on the Altera website.