Re: stty under cygwin

2004-04-22 Thread Yitzchak Scott-Thoennes
; >> > >> > >>>First of all 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 is a regular linux command, you can try. In fact i'm trying > >>>to por

Re: stty under cygwin

2004-04-22 Thread Christopher Faylor
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

Re: stty under cygwin

2004-04-22 Thread bertrand marquis
me 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 and use it on Cygwin, however. cgf

Re: stty under cygwin

2004-04-22 Thread Christopher Faylor
nux 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 -- Unsub

RE: stty under cygwin

2004-04-22 Thread bertrand marquis
Hi, First of all 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 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

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 w

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: http://cyg

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

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 >c

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

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:

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 > > 1:0:cbd:0:3:1c:7f:15:4:5:1

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 > :0:

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 workin