Altera_Forum
Honored Contributor
15 years agonios2 terminal output characters format problem
Hi,
I'm trying to debug a nios2 software, and i have problems with my printf outputs : the characters are displayed in the terminal, but in a weird format.. So i then tried running the simple hello_world example : Instead of getting in the console : "Hello from Nios II!" i get : "H¢³`o;±öow.Æi¥ÕºI'¶" And with some other random printf, i even get the error message : "nios2-terminal: exiting due to ^D on remote" but i didnt send any ctrl-D command... Anyone can help me with this problem ? Thanks edit : i see that the only way for me to display correct characters is to use alt_putchar function but its not very handy