Forum Discussion
Altera_Forum
Honored Contributor
13 years agohelp on rs232 communication niosII
How do I get to communicate with the Nios II via serial pc? Basically I would like nios II sends a string to the serial port. I use The Nios® II Software Build Tools (SBT) for eclipse. ...
Altera_Forum
Honored Contributor
13 years agoHi guy,
I figured out what was wrong with the project. Firstly, I setted up the wrong pins on quartus. Then, instead of using 'fopen' and 'fclose' commands, I used "IOWR_ALTERA_AVALON_UART_RXDATA(UART_0_BASE, (data-to-be-send))". It worked!