Forum Discussion
Altera_Forum
Honored Contributor
8 years agoSerial interface sends always 8 bits (or 7 bits in special configurations) at once. Putty can't display a single bit. There might be a problem of non-matching baud rates, or non-printable ASCII codes send to the terminal program.
Arduino TX is FPGA pin Arduino_IO6, if I understand right. How are you driving it? You would write an UART module generating start bit, 8 data bits and stop bit with correct baud rate.