Ok, I've got serial I/O basically working.

Question if I want to replace stdin/stdout must I open /dev/tty1 twice? as in

        stdin = fopen("/dev/tty1", "r");
        stdout = fopen("/dev/tty1", "w");

Seems like if I open it "rw" I can read from it but when I try writing to it nothing comes out...

--Chuck


--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

Reply via email to