
# ********************************************
# *                                          *
# * RIBBON Display Serial Line Configuration *
# *                                          *
# ********************************************

# Script file to initialize the TTY settings on the serial line that
# is named by the first argument. 
# The working copy of this file must reside in:
#
#                 ${IRIS_CONFIG}ribbon_init
#
# 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 clocal \
   -ixon -ixoff -echo -echoe -echok \
   < $1
