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.
I wrote the following code: # include<stdio.h> int main(){ printf("Hello world"); } and then I tried to change the standard input and output to UART1 standart but nothing is written to the serial. you could tell me some tutorials on the serial communication between the PC and nios II? thanks in advance for help