X-Recipient: archive-cygwin AT delorie DOT com X-Spam-Check-By: sourceware.org Date: Sat, 24 Jan 2009 16:26:39 -0500 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: Problem using select() with com0com virtual serial ports Message-ID: <20090124212639.GA4850@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <7701e1400901220725r5712f806sff846b9aff8b4be3 AT mail DOT gmail DOT com> <20090122155522 DOT GA5369 AT ednor DOT casa DOT cgf DOT cx> <7701e1400901241230k43f9f8cbub8740e7f517ab8e4 AT mail DOT gmail DOT com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <7701e1400901241230k43f9f8cbub8740e7f517ab8e4@mail.gmail.com> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Note-from-DJ: This may be spam On Sat, Jan 24, 2009 at 03:30:34PM -0500, Paul Ingemi wrote: >* On Thu, Jan 22, 2009 at 10:55:22AM -0500 Christopher Faylor wrote: >> On Thu, Jan 22, 2009 at 10:25:32AM -0500, Paul Ingemi wrote: >[...] >> It is a simple enough hack that I don't mind adding it, if it fixes your >> problem but I am not convinced that your driver is operating correctly. >> >> As I had added serial port access to the Windows version of VICE one or >> two months ago, I can tell that the com0com driver is indeed buggy. >> >> IMHO, the better solution is to fix com0com, and not to apply some >> hotfixes to other software (cygwin, VICE, whatever). That's the approach >> I followed, too, ignoring com0com completely. If I might have some time, >> I might want to debug com0com myself, but don't hold your breath on it. > >I agree and adding a hack to cygwin isn't necessary due to the >existance of a workaround. That said, I think it's premature to blame >com0com without finding the root cause of the problem. > >Over the past two days I've been attempting to create an -mno-cygwin >executable that can reproduce the behavior I'm seeing under Cygwin. >Thus far I haven't successfully reproduced this behavior outside of a >Cygwin environment despite copying most of the code for how Cygwin >performs select() and read(). I don't really see why it is necessary to stand you your head here. Your change added a function call which, as far as I can tell from documentation, should be a no-op. The change is not required for normal serial operation. To me, that shows pretty clearly that com0com is doing something nonstandard. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/