Re: stty under cygwin

2004-04-22 Thread Christopher Faylor
that the stty under cygwin doesn't accept to have settings in input. To repeat what I said in a previous message, Cygwin's stty does accept this kind of input. You can't generate the string on linux and use it on Cygwin, however. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe

Re: stty under cygwin

2004-04-22 Thread bertrand marquis
from linux to cygwin and it seem that the stty under cygwin doesn't accept to have settings in input. To repeat what I said in a previous message, Cygwin's stty does accept this kind of input. You can't generate the string on linux and use it on Cygwin, however. cgf In fact you are right

Re: stty under cygwin

2004-04-22 Thread Christopher Faylor
command, you can try. In fact i'm trying to porting some stuff from linux to cygwin and it seem that the stty under cygwin doesn't accept to have settings in input. To repeat what I said in a previous message, Cygwin's stty does accept this kind of input. You can't generate the string on linux

Re: stty under cygwin

2004-04-22 Thread Yitzchak Scott-Thoennes
:4:5:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 /dev/ttyS0 is a regular linux command, you can try. In fact i'm trying to porting some stuff from linux to cygwin and it seem that the stty under cygwin doesn't accept to have settings in input. To repeat what I said

stty under cygwin

2004-04-21 Thread bertrand marquis
i need to use stty to send commands through the serial port under cygwin: stty 1:0:cbd:0:3:1c:7f:15:4:5:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0:0 /dev/ttyS0 but stty answer me that 1:...:0 is a wrong argument ? I'm using the last version of cygwin and the serial port is

RE: stty under cygwin

2004-04-21 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of bertrand marquis Sent: 21 April 2004 16:41 i need to use stty to send commands through the serial port under cygwin: That's not what stty is for. stty 1:0:cbd:0:3:1c:7f:15:4:5:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0

Re: stty under cygwin

2004-04-21 Thread Don Sharp
Dave Korn wrote: -Original Message- From: cygwin-owner On Behalf Of bertrand marquis Sent: 21 April 2004 16:41 i need to use stty to send commands through the serial port under cygwin: That's not what stty is for. stty

Re: stty under cygwin

2004-04-21 Thread Christopher Faylor
On Wed, Apr 21, 2004 at 04:55:31PM +0100, Dave Korn wrote: From bertrand marquis Sent: 21 April 2004 16:41 i need to use stty to send commands through the serial port under cygwin: That's not what stty is for. stty 1:0:cbd:0:3:1c:7f:15:4:5:1:0:11:13:1a:0:12:f:17:16:0:0:0:0:0:0

RE: stty under cygwin

2004-04-21 Thread Dave Korn
-Original Message- From: cygwin-owner On Behalf Of Christopher Faylor Sent: 21 April 2004 17:35 On Wed, Apr 21, 2004 at 04:55:31PM +0100, Dave Korn wrote: From bertrand marquis Sent: 21 April 2004 16:41 i need to use stty to send commands through the serial port under

Re: stty under cygwin

2004-04-21 Thread Christopher Faylor
On Wed, Apr 21, 2004 at 06:36:32PM +0100, Dave Korn wrote: From: cygwin-owner On Behalf Of Christopher Faylor I suspect that the OP is trying to take stty output from linux and use it on cygwin, though. That won't work. My real problem with understanding his post was the wording send commands

Re: stty under cygwin

2004-04-21 Thread Karl M
From: Christopher Faylor Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: stty under cygwin Date: Wed, 21 Apr 2004 14:33:41 -0400 On Wed, Apr 21, 2004 at 06:36:32PM +0100, Dave Korn wrote: From: cygwin-owner On Behalf Of Christopher Faylor I suspect that the OP is trying to take

Re: stty under cygwin

2004-04-21 Thread Yitzchak Scott-Thoennes
On Wed, Apr 21, 2004 at 06:38:09PM -0700, Karl M wrote: I am sure I would have come to the same conclusion if I hadn't recognized the colon separated string. cgf That was a really nice thing to say. I thought so too. LGPL can't be far away. -- Unsubscribe info:

Re: stty under cygwin

2004-04-21 Thread Larry Hall
At 09:38 PM 4/21/2004, you wrote: From: Christopher Faylor Reply-To: [EMAIL PROTECTED] To: [EMAIL PROTECTED] Subject: Re: stty under cygwin Date: Wed, 21 Apr 2004 14:33:41 -0400 On Wed, Apr 21, 2004 at 06:36:32PM +0100, Dave Korn wrote: From: cygwin-owner On Behalf Of Christopher Faylor I