Serial Port Config
Hello,
I have written a program that communicates over the serial port /dev/ttyS0. But when I write to the port, it writes to stdout. If I type, it is reading from stdin. How do i configure the serial port to not read/write to the stdout? but act like a normal serial port?
After alot of google searches, I am not looking to redirect the console to a serial port.
Thanks,
Casey