home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #20 / NN_1992_20.iso / spool / comp / os / mswindo / misc / 2978 < prev    next >
Encoding:
Text File  |  1992-09-13  |  2.7 KB  |  64 lines

  1. Newsgroups: comp.os.ms-windows.misc
  2. Path: sparky!uunet!sun-barr!ames!news.hawaii.edu!root
  3. From: JOEL@jach.hawaii.edu (Joel Aycock)
  4. Subject: Re: VT100 emulation
  5. In-Reply-To: EJR106@psuvm.psu.edu's message of 4 Sep 92 02: 32:14 GMT
  6. Message-ID: <1992Sep13.131727.14356@news.Hawaii.Edu>
  7. Sender: root@news.Hawaii.Edu (News Service)
  8. Nntp-Posting-Host: ohia.jach.hawaii.edu
  9. Organization: UK Infrared Telescope, Joint Astronomy Centre, Hawaii
  10. References:  <92247.223214EJR106@psuvm.psu.edu>
  11. Date: Sun, 13 Sep 1992 13:17:27 GMT
  12. X-News-Reader: VMS NEWS 1.20
  13. Lines: 49
  14.  
  15. In <92247.223214EJR106@psuvm.psu.edu> EJR106@psuvm.psu.edu writes:
  16.  
  17. >    I'mm looking for a Windows program that is a VT100 emulation,
  18. > and also has Kermit.  The original Term with Windows is frustrating me to no en
  19. > d, as even with the scroll lock, I cannot use the PF keys.... at all!  I've
  20. > D/Led many different comm progs, and the only one I have so far is Yterm.
  21. > Yterm doesn't do file transfers well at all, when it does do them.  What PD /
  22. > shareware Comm program is there that could help me?  And you any of you poiny
  23. > to an FTP site where I could get this program?   Thanks.
  24.  
  25. Saw your note, and having pulled a lot of my own hair out...
  26.  
  27. I'm a new PC/Win3.1 user myself, and do a lot of work on our workplace
  28. VMS machines from home via modem. I too was being driven nutz trying to
  29. use the PC keyboard with VMS keypad apps, like the EDT editor. 
  30.  
  31. Turns out, the Win3.1 TERM works very well, as long as you have your VMS 
  32. host set up properly- yes, your problems are with the remote machine 
  33. recognizing what your TERM is sending.
  34.  
  35. Here's my VAX/VMS setup:
  36.  
  37. SET TERM/EIGHTBIT
  38. SET TERM/VT100
  39. SET TERM/LINE_EDITING
  40. SET TERM/APPLICATION_KEYPAD
  41.  
  42. it was the last command, that really opened things up for me. Now the 
  43. keypad editor works as with a real VT terminal, except that PF1-PF4 from 
  44. the VT100 are replaced by F1-F4 on the IBM keyboard. Nifty.
  45.  
  46. I've also been using Procomm 2.42, which is also very nice, and 
  47. available from FTP sites (like WUARCHIVE.LUSTL.EDU). It does some things 
  48. better, some not so well. The IBM keypad won't work, but there is a 
  49. complicated mapping of shift/function keys which replace the VT100 keys; 
  50. you have to look in the (EXTENSIVE) documentation. While the above 
  51. SET TERM configuration works for VMS EDT, I found I still couldn't use 
  52. the keypad for some VMS applications, whereas I can with Procomm (but 
  53. using the function keys instead of the keypad).
  54.  
  55. Anyway, try the above with WinTERM, I think you'll be pleased.
  56.  
  57. Oh, you can IGNORE the SCROLL LOCK, I don't know why they say that in 
  58. the help files and docs.... 
  59.  
  60. aloha.
  61.  
  62. PS- if you have any other tips on VT100/200/300/Tek4014 emulation, I'm 
  63. not above learning something new...
  64.