Forum Discussion
Altera_Forum
Honored Contributor
13 years agoAnother way to do this is using the Altera Web Server demo application. It comes with some sample HTML pages that you can modify to do what you need. Fairly easy to implement buttons that send commands through Web forms (HTML Post commands). A little Googling will get you the info you need to get started.
The tricky part is modifying the example code to do what you want with the form data it receives. As with everything Altera, there is a steep learning curve, but it's all there if you are willing to dig for it. The payoff is that once you master the Web Server you have lots of flexibility for designing your GUI in HTML format. http://www.altera.com/support/examples/nios2/exm-micro_tutorial.html?gsa_pos=3&wt.oss_r=1&wt.oss=web%20server (http://www.altera.com/support/examples/nios2/exm-micro_tutorial.html?gsa_pos=3&wt.oss_r=1&wt.oss=web%20server)