Forum Discussion
Altera_Forum
Honored Contributor
20 years agoDSP 2S60 NIOSII with uCOS II, using RS232
I am using DSP 2S60 NIOSII with uCOS, try to connect to PC-COM with RS232. At PC side, I want to use windows Hyper Terminal. I got a testing program from Fischer and modified it as bellow: # inc...
Altera_Forum
Honored Contributor
20 years agoI forget to explain the UART1_NAME:
In my system.h, it is defined as:# define UART1_NAME "/dev/uart1" and the BAUD is 115200 David