[comp.os.os9] kermit dies - Is this a /t1 driver problem?

manning@mmm.UUCP (Arthur T. Manning) (02/03/89)

Patient: Os9 2.2  C 3.0 on Mizar 8115 with 7400 disk controller
         connected  to a BCC52 (SBC 8051 Basic controller) using
         kermit.

Symptoms: 
  connect using kermit 
  list out a screenfull of characters
  terminal dies
  

Everything works fine unless the BCC52 tries to print a lot of stuff real
fast.  Is this a problem  with the /t1 driver, or with the way kermit
sets up the sgbuff for the field descriptor  returned by open("/t1",3).

here's what os9 kermit does with /t1 to put it in 'raw mode :

    if(tempsg.sg_class==0){  /* only change things for scf */
        /* Microware C generates better code with 0 only specified once */
        tempsg.sg_delete=
        tempsg.sg_backsp=
        tempsg.sg_echo  =
        tempsg.sg_alf   =
        tempsg.sg_pause =
        tempsg.sg_dlnch =
        tempsg.sg_eorch =
        tempsg.sg_eofch =
        tempsg.sg_rlnch =
        tempsg.sg_dulnch=
        tempsg.sg_psch  =
        tempsg.sg_kbich =
        tempsg.sg_kbach = 0;
  }

-- 
Arthur T. Manning                                Phone: 612-733-4401
3M Center  518-1                                 FAX:   612-736-3122
St. Paul  MN  55144-1000   U.S.A.                Email: manning@mmm.uucp