Question about modifying stty settings

From: Daniel Swim <ds_at_GUSWS.nsac.ns.ca>
Date: Mon, 27 Mar 1995 13:42:11 -0400 (AST)

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

This archive was generated by hypermail 2.4.0 : Wed Nov 08 2023 - 11:53:45 NZDT