Subject: Re: Kernel from yesterday
To: current-users <current-users@sun-lamp.cs.berkeley.edu>
From: Burgess, David (TSgt) ~U <BurgessD@J64.STRATCOM.AF.MIL>
List: current-users
Date: 02/07/1994 10:34:00
[Stuff deleted]

>behaviour. If you need to retain parameters between e.g. an stty and some
>subsequent command, you have to keep the device open in between. E.g., if 
you
>do the following:
>        $ sleep 1000</dev/tty00&
>        $ stty -f /dev/tty00 19200
>        $ stty -f /dev/tty00
>you'll get what you expect. If you leave out the sleep, you'll get a baud
>rate of 9600 from the second stty.
>

This is sure a lot easier than the way I have been doing it.

My way involved a series of commands like this:
  (while (contents of file=something) ; sleep 5 ; wend ; slattach ) &
  kermit

and kermit dialing the phone and then changing the file to 'something else' 
and sleeping while the
slattach ran.

Yes, I definitely like yours better...

------------------------------------------------------------------------------