Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
19 years ago

Can't open ttyS0 !!!

Hi All ! I used 2s60ES and build uclinux for my board . I wrote simple example relate with UART this is my code : struct termios options; fd=open("/dev/ttyS0",O_RDWR ); if(fd==-...