[net.micro.pc] Request Technical Info on hooking IBM pc to IBM mainframe

deba@umcp-cs.UUCP (10/05/83)

A friend of mine would like to hook PC to mainframe using ASYNC
communication support program using 2400 bps. This is an emulation
as ASR TTY model 33/35. But it is not clear in the specifications
about what value to specify in the TERM parameter of the macro
statement, which regenerates the 3705 Communication Program (EP mode)
for the Start-Stop ( i.e. asyncronous ) LINE. Which of these parameters
should be specified: TWX or WTTY ? But both these have very very low
bit rates.
  
Example of the macro segment:
       LINE
            LNCTL=SS,
            SPEED=2400,
            CLOCKNG=EXT,
            TERM=           ??????
            CU=2701,
            DUPLEX=FULL,
            MODEM=OPTION2,
            INTPRI=2,
            DIAL=NO,
            CHNPRI=NORMAL,
               ..
            DISABLE=NO
  
  Csnet address: deba@umcp-cs