home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / msdos / misc / 5086 < prev    next >
Encoding:
Internet Message Format  |  1992-09-08  |  2.9 KB

  1. Path: sparky!uunet!sun-barr!ames!agate!dog.ee.lbl.gov!hellgate.utah.edu!cc.usu.edu!jrd
  2. From: jrd@cc.usu.edu
  3. Newsgroups: comp.os.msdos.misc
  4. Subject: Re: Any good VT emulators out there?
  5. Message-ID: <1992Sep8.074739.58706@cc.usu.edu>
  6. Date: 8 Sep 92 07:47:39 MDT
  7. References: <1992Sep4.011624.5569@ncsu.edu>
  8. Organization: Utah State University
  9. Lines: 55
  10.  
  11. In article <1992Sep4.011624.5569@ncsu.edu>, dspascha@eos.ncsu.edu (DAVID SCOTT PASCHAL) writes:
  12. > In article <1992Sep3.163105.28212@vela.acs.oakland.edu>, w8sdz@tacom-emh1.army.mil (Keith Petersen) writes:
  13. > |> 
  14. > |> sci240s@monu6.cc.monash.edu.au (Wey Jing HO) writes:
  15. > |> >Can anyone recommend a good VT emulator for use to communicate with
  16. > |> >Unix mainframe via modem? Doesn't matter whether it is PD/Shareware/
  17. > |> >Commercial as long as it is good. Also, doesn't matter the OS; can be
  18. > |> >MS-DOS, Windows 3.x, OS/2 or even SCO Unix.
  19. > |> >
  20. > |> >Is there any reasonable VT-220 emulator for PC running MS-DOS to hook
  21. > |> >up to an ICL Unix x86 box? (This is a separate question)
  22. > |> 
  23. > |> MS-Kermit does excellent VT102/VT220/VT320 emulation.
  24. > |> 
  25. > |> WSMR-SIMTEL20.ARMY.MIL directory PD1:<MSDOS.KERMIT>
  26. > |>  Filename   Type Length   Date    Description
  27. > |> ==============================================
  28. > |> MSKER311.ZIP  B  186841  911001  MS-Kermit v3.11 comm pgm for IBM-compatibles
  29. > |> 
  30. > [..]
  31. > |> 
  32. > |> Keith
  33. > |> --
  34. > |> Keith Petersen
  35. > |> Maintainer of the MS-DOS archive at WSMR-SIMTEL20.Army.Mil [192.88.110.20]
  36. > |> Internet: w8sdz@TACOM-EMH1.Army.Mil     or      w8sdz@vela.acs.oakland.edu
  37. > |> Uucp: uunet!umich!vela!w8sdz                         BITNET: w8sdz@OAKLAND
  38. > |> 
  39. > Hi.  I've had a bit of trouble with Kermit 3.x with respect to VT emulation.
  40. > Specifically, when I log into a certain VAX, after it says when my last
  41. > interactive and non-interactive logins were, I get a string of at least 50
  42. > linefeeds or something.  This doesn't happen with previous versions of Kermit
  43. > or any other emulator (Windows terminal, Pathworks SETHOST, etc.).  I think it
  44. > may be a problem with the VAX's trying to autodetect the terminal type.  Also,
  45. > the TPU editor isn't happy unless I say SET TERM/DEV=VT100 -- otherwise, I get
  46. > a lot of garbage on the screen and messages saying "invalid escape sequence."
  47. > Has anybody else had this problem?  Perhaps it's something wrong with our
  48. > (not NCSU's) VAX auto login sequence, or maybe this version of KERMIT mentioned
  49. > above fixes this bug.
  50. > Tschuess,
  51. > David Paschal
  52. -----------
  53.     I commented off-line that this is very likely something happening
  54. on the host side. MS-DOS Kermit works fine with VMS VAXen and SET TERM/INQUIRE.
  55. After all, I run such a VAX.
  56.     In cases like this the best thing to do is create a log of the session
  57. with Kermit command LOG SESSION, and then examine it with an editor capable
  58. of displaying control codes. Reference Kermit file MSVIBM.VT for a listing
  59. of typical VTxxx control sequences.
  60.     Joe D.
  61.