From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 28728 invoked by alias); 12 Mar 2009 14:05:21 -0000 Received: (qmail 28716 invoked by uid 22791); 12 Mar 2009 14:05:19 -0000 X-Spam-Check-By: sourceware.org Received: from pool-173-76-42-111.bstnma.fios.verizon.net (HELO cgf.cx) (173.76.42.111) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 12 Mar 2009 14:05:13 +0000 Received: from ednor.cgf.cx (ednor.casa.cgf.cx [192.168.187.5]) by cgf.cx (Postfix) with ESMTP id 971A313C023 for ; Thu, 12 Mar 2009 10:05:01 -0400 (EDT) Received: by ednor.cgf.cx (Postfix, from userid 201) id 914732B385; Thu, 12 Mar 2009 10:05:01 -0400 (EDT) Date: Thu, 12 Mar 2009 14:05:00 -0000 From: Christopher Faylor To: cygwin-talk@cygwin.com Subject: Re: IOCTL using Message-ID: <20090312140501.GA530@ednor.casa.cgf.cx> Reply-To: cygwin-talk@cygwin.com Mail-Followup-To: cygwin-talk@cygwin.com References: <20090312083353.GB14431@calimero.vinschen.de> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090312083353.GB14431@calimero.vinschen.de> User-Agent: Mutt/1.5.16 (2007-06-09) Mailing-List: contact cygwin-talk-help@cygwin.com; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: cygwin-talk-owner@cygwin.com Reply-To: The Vulgar and Unprofessional Cygwin-Talk List Mail-Followup-To: cygwin-talk@cygwin.com X-SW-Source: 2009-q1/txt/msg00061.txt.bz2 On Thu, Mar 12, 2009 at 09:33:53AM +0100, Corinna Vinschen wrote: >On Mar 11 22:57, Bert wrote: >>When compiled on Cygwin's gcc the code below (which asks the baud rate >>of a serial port) shows the error "Funtion Not Implemented". >> >>I tried several serial port ioctl functions in - all >>gave the same error. >> >> >>I hope I'm doing something really dumb, any tips? > >Yes. You're mixing POSIX calls with Windows defines. That's a no-no. >When you're in Rome, talk like the Romans do. That would mean either Italian or English. Computers don't speak those languages! Why don't you make Cygwin easier to use?