| delorie.com/archives/browse.cgi | search |
| Mailing-List: | contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm |
| List-Subscribe: | <mailto:cygwin-subscribe AT sources DOT redhat DOT com> |
| List-Archive: | <http://sources.redhat.com/ml/cygwin/> |
| List-Post: | <mailto:cygwin AT sources DOT redhat DOT com> |
| List-Help: | <mailto:cygwin-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
| Sender: | cygwin-owner AT sources DOT redhat DOT com |
| Delivered-To: | mailing list cygwin AT sources DOT redhat DOT com |
| Message-ID: | <CDDB93E84A8DD411B01900D0B782784001C9C13D@ie10-sahara.hiso.honeywell.com> |
| From: | "Vishnu, Makkapati (IE10)" <Vishnu DOT Makkapati AT honeywell DOT com> |
| To: | cygwin AT cygwin DOT com |
| Subject: | error opening /dev/tty1 on cygwin |
| Date: | Tue, 11 Sep 2001 16:14:46 +0530 |
| MIME-Version: | 1.0 |
| X-Mailer: | Internet Mail Service (5.5.2650.21) |
Hi,
I tried to open /dev/tty1 on cygwin and got an error. Here is my code:
fd = open ( "/dev/tty1" , O_RDWR | O_NONBLOCK );
if (fd < 0)
{
perror("io_rs232:: open");
}
I did not find the directory /dev on cygwin but ls -l /dev/tty1 works fine.
> ls -l /dev/tty1
crw-rw-rw- 1 Everyone Everyone 5, 1 Sep 11 2001 /dev/tty1
Can anyone provide me with a solution to this problem?
Thank you.
Regards,
Vishnu.
Vishnu Vardhan Makkapati
Software Engineer
____________________ Honeywell
> Aerospace Electronics & Engines Solutions & Services
Honeywell Software Solutions Lab,
151/1, Doraisanipalya,
Bannerghatta Road,
Bangalore - 560 076.
Tel #: 91-80-6585751 Ext: 2024
Email : vishnu DOT makkapati AT honeywell DOT com
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/
| webmaster | delorie software privacy |
| Copyright © 2019 by DJ Delorie | Updated Jul 2019 |