Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <000a01bfc428$dbb177c0$7b01000a@solipsys.com> From: "Jeremy Frank" To: Subject: ioctl - TCGETS Date: Mon, 22 May 2000 16:03:55 -0400 MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_NextPart_000_0007_01BFC407.54843970" X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 ------=_NextPart_000_0007_01BFC407.54843970 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable When setting up a connection to a com port (in a UNIX environment), I = have to use the ioctl command as follows: ioctl(fd, TCGETS, &termio); However, TCGETS is not defined in the cygwin termios.h file. Is there = an equivalent way of making this same call in the cygwin environment? ------=_NextPart_000_0007_01BFC407.54843970 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable
When setting up a connection to a com port (in a = UNIX=20 environment), I have to use the ioctl command as follows:
 
ioctl(fd, TCGETS, &termio);
 
However, TCGETS is not defined in the cygwin = termios.h=20 file.  Is there an equivalent way of making this same call in the = cygwin=20 environment?
 
 
 
------=_NextPart_000_0007_01BFC407.54843970--