Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Sender: cygwin-owner@sourceware.cygnus.com
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@sourceware.cygnus.com>
List-Archive: <http://sourceware.cygnus.com/ml/cygwin/>
List-Help: <mailto:cygwin-help@sourceware.cygnus.com>,
	<http://sourceware.cygnus.com/ml/#faqs>
Delivered-To: mailing list cygwin@sourceware.cygnus.com
From: Chris Faylor <cgf@cygnus.com>
Date: Thu, 5 Aug 1999 15:48:12 -0400
To: ssiddiqi@ipass.net
Cc: cygwin@sourceware.cygnus.com
Subject: Re: Accessing serial port.
Message-ID: <19990805154812.A3364@cygnus.com>
Reply-To: cygwin@sourceware.cygnus.com
References: <Pine.GSO.4.10.9908051257330.12515-100000@scully> <NDBBLHPPKKBKPBLLMFJBCEGKCBAA.ssiddiqi@ipass.net> <19990805151017.B3170@cygnus.com> <37A9E6CE.FA1C0BEA@inspirepharm.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
X-Mailer: Mutt 0.95.6i
In-Reply-To: <37A9E6CE.FA1C0BEA@inspirepharm.com>; from Suhaib M. Siddiqi on Thu, Aug 05, 1999 at 03:32:30PM -0400

On Thu, Aug 05, 1999 at 03:32:30PM -0400, Suhaib M. Siddiqi wrote:
>I think for serial only might be possible.  In my case, I need more
>then /dev/com1.  I did try /dev/com1 on Windows NT and it was crashing,
>at least my code, with privilaged_access_violation.

That would be one of those cases where you run gdb to find out *why*
it's crashing.

Cygwin has code for supporting things like /dev/null, /dev/tty, /dev/com1,
and other things.  There is nothing magic about any of it.  It all gets
translated into normal Windows API calls eventually.

It's certainly possible that there is something wrong somewhere in
cygwin with the handling of /dev/com1 but since this functionality is heavily
used by our gdb customers it's unlikely that there is something trivially
wrong with the emulation.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

