Altera_Forum
Honored Contributor
12 years agoUART on DE2
Hi, I'm using DE2 (old kit) and my application has a UART to exchange data with PC. I'm using the kit's RS232 connection (not the JTAG). I created the system (including the UART at 9600bps) in Qsys and my Nios code initially is the same as Example 7-2 of Embedded Peripherals IP User Guide. When I run the code in Nios II I observe (through terminal on Windows) that I can send data from DE2 (fwrite or fprintf) to PC but I can't read data from PC. Does anybody has any tip to solve my problem?