
# *******************************************
# *                                         *
# *  Workstation Serial Line Configuration  *
# *                                         *
# *******************************************

# Script file to initialize the TTY settings on the serial line that
# is named by the first argument.  Make any custom changes here to
# configure the WORKSTATION serial lines.  This script will be run
# each time the driver starts up from scratch.

# The working copy of this file must reside in:
#
#                 ${IRIS_CONFIG}workN_init
#
# where "N" is the unit number of the workstation.  If nothing needs to
# be done on the TTY this file must still exist, but it can be empty
# of any commands.

stty 9600 raw -parenb cs8 cread -crts clocal \
   -ixon -ixoff -rtsxoff -ctsxon -echo -echoe -echok \
   < $1
