Forum Discussion
Altera_Forum
Honored Contributor
14 years agoConnection between Stratix III FPGA board and PS over Hyperterminal
Hi,
I have a question about the connection between the Stratix III FPGA board and Hyperterminal from Windows. How can I communicate about Hyperterminal with the board. Why I want to do this? I want to typ in some values which are needed for the C-Code for example a frequency or an amplitude and other values. I also want to start the NIOS II Core by typing in the values through the Hyperterminal and I also want to have the opportunity to read some values out meanwhile the program is running. The reason behind all this thinks is that somebody how doesn't have NIOS II IDE and Quartus II should have the oppertunity to communicate with the board and also to get some info from the board. Thanks in advance for the advice!13 Replies
- Altera_Forum
Honored Contributor
There aren't a lot of add-on cards with a serial port available... There is this one for example, but it's quite expensive: http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&no=584
It could be easier to do as dsl suggests and find a usb to logic cable, and use something like this (http://www.terasic.com.tw/cgi-bin/page/archive.pl?language=english&categoryno=67&no=218) to connect it to the FPGA. - Altera_Forum
Honored Contributor
Hi Daixiwen,
thanks for your help!!! I will now just try to start the communication with the board in the manner you told me with the JTAG_UART. If I understand you right I need just to connect my board as usual with USB and than I can start a communication over the NIOS II ? Sorry for the stupied question but I want be sure to do it corect. Thanks in advance for your help! - Altera_Forum
Honored Contributor
Yes. You can either communicate with your application through Eclipse's console, or through the nios2-terminal executable on the command line.