Altera_Forum
Honored Contributor
14 years agonios2-terminal doesn't work but hyper terminal is working fine
I am following example AN459 which realized RS232 communication between FPGA and the windows desktop using UART.
I successfully get characters at computer end using hyper terminal. Then I wanted to use nios2 terminal in command shell, but it seemed this terminal couldn't catch anything. The command I used to connect with nios2 terminal is: nios2-terminal --uart --port=/dev/com1 --baud-rate=115200 I did close hyper terminal when I use nios2 terminal, and the COM settings were exactly the same as the hyper terminal. Any suggestion is welcomed! thanks!