I have a question regarding changing stty settings. The following is a 
shell script that I received from someone at DEC. It allows me to change 
stty settings on a device
#!/bin/sh
while true
    do
    #change next line to stty settings that you want the port to have
    stty istrip
    sleep 9600
    done
#
My question is this, how do I keep these settings enabled when I fire up 
another process (sub-process - I think)?
Daniel Swim
Nova Scotia Department 
  of Agriculture and Marketing
Plant Industry Branch
Truro, Nova Scotia, Canada
DS_at_GUSWS.nsac.ns.ca
Received on Mon Mar 27 1995 - 12:43:07 NZST