home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / amiga / datacomm / 8333 < prev    next >
Encoding:
Internet Message Format  |  1992-12-23  |  1.5 KB

  1. Path: sparky!uunet!gatech!rpi!bu.edu!news.tufts.edu!pearl.tufts.edu!edana
  2. From: edana@pearl.tufts.edu
  3. Newsgroups: comp.sys.amiga.datacomm
  4. Subject: Re: Term and zmodem
  5. Message-ID: <1992Dec23.001850.1@pearl.tufts.edu>
  6. Date: 23 Dec 92 05:18:50 GMT
  7. References: <1gu8kdINNbg5@tamsun.tamu.edu>
  8. Sender: news@news.tufts.edu (USENET News System)
  9. Organization: Tufts University - Medford, MA
  10. Lines: 29
  11.  
  12. When using a Xyplex terminal server a problem can occur where the line
  13. seems to lock up. The reason for the lockup is due to ZMODEM using XON/XOFF
  14. characters in its protocol (but NOT the XON/XOFF protocol itself).
  15.  
  16.    When connecting to UNIX this is usually the problem. When connected to
  17. VMS one does NOT usually see it. Why you ask? VMS usually uses a LAT
  18. connection. When a LAT connection is made the terminal server lets the data
  19. pass 'transparently' through. For most UNIX systems the TCP/IP is the
  20. type of connection used. This type of connectin allows the terminal
  21. server to 'interpret' the data. This is where the problem occurs.
  22.  
  23.    To solve the problem (only required for a TCP/IP connection):
  24.  
  25.    1.) Make your connection to the remote computer and login.
  26.    2.) Enter a BREAK (or possibly a ctrl-\)
  27.    3.) Enter SET SESSION PASSALL
  28.    4.) Enter RESUME
  29.  
  30.    Now you can do the transfer. To undue the PASSALL settings:
  31.  
  32.    1.) Use the instructoins above, but change #3 to:
  33.  
  34.    3.) Enter SET SESSION INTERACTIVE
  35.  
  36.    Thats all there is to it.
  37.  
  38. Eric Dana
  39. Mgr., Academic Systems Programming
  40. Tufts Univ.
  41.