This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

open("/dev/tty1",....)


Hallo cygwin people.

Please,
I want to port ppptcp (point to point tunelling) under cygwin to windoze.
My first problem is:
How is it possible to handle with /dev/tty? (for example /dev/tty1).
I tried to make ls /dev/tty1 response was ok.
But when I tried cat /dev/tty1 response was no such file or directory.
But when i tried to do fd=open("/dev/tty1",someflag) response was -1.
I tried also open("/dev/tty",some) response was ok (some file desc.)
If somebody knows how to do it please mail me.

Thanks a lot.

daniel.ferenci@swh.sk





--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]