Dear All,
Consider i have application code file tty_user.c. the Executable file is tty_user.
Which way is correct to test the File or if suggest i am wrong.
directly executing the file
root#./tty_user
or
root#./tty_user < /dev/ttyS0
Prag!!!!!!!!!!!!