Altera_Forum
Honored Contributor
8 years agoUnrecognizable characters received via NIOS II UART
Hi all,
I am configuring my DE0-Nano SOC kit for NIOS based UART communication (RS232). Everything is done as per the available literature. Connections are also done as: GPIO[1] as Rx connected to Tx pin (pin 3) of 9 pin D connector GPIO[2] as Tx connected to Rx pin (pin 2) of 9 pin D connector GND is connected to pin 5 of 9 pin D connector Baud rate is 9600 I am using USB-RS232 converter and Intel Quartus v16.1. [located here: https://drive.google.com/open?id=0b9jlla6qcyb2c01lne9yqnlreda ] [Because of size limitation.] Now, the problem is that whether I use Putty, Teraterm or even serial programming (C or python) on receiving end, I am getting unreadable characters only. Nothing that makes any sense is readable. I tried changing baud rate but to no effect. Can anyone please point out where I am mistaking? Thanks