Forum Discussion
Altera_Forum
Honored Contributor
16 years ago"Resource temporarily unavailable" while reading from "dev/ttyS0"
Hi all, i have ported uClinux on DE2 2c35 board and i want to use RS232 port on the board to communicate with a PC. I understand that I can use "dev/ttyS0" for that purpose. I can open and write ...
Altera_Forum
Honored Contributor
16 years agoYou can send data to UART with
ls > /dev/ttyS0 Or cat "any_file" > /dev/ttyS0