home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / vos / pc95.txt < prev    next >
Text File  |  2000-03-21  |  2KB  |  43 lines

  1. The file pc95.ksc is a Kermit-95 take (script) file that will remap the PC
  2. keyboard so that it will look like the PC/Connect-2 ttp (host_pc2) but will
  3. work with the vt320.ttp.
  4.  
  5. K95 with this script will then function just like to PC/Connect-2 when using
  6. the vt320 ttp.  You must have at least version 1.1.17 of K95.  The previous
  7. version have a problem with the vt320 ttp.  The problem is with the NEL
  8. directive.  You can hack the ttp and replace the new line ttp directive with
  9. <cr><lf>, although there is no reason not to just upgrade your K95.
  10.  
  11. The vt320 ttp works well with the pc95.ksc keyboard remapping file.  I know of
  12. a flaw which is that function key mode does not work at all.  The file
  13. kermit.ttp is a hacked up version of the vt320 ttp.  It fixes the function key
  14. mode problem, more or less.
  15.  
  16. Known issues:
  17.  
  18. If you plan on using the VOS unformatted_edit.pm program, then I have
  19. experienced problems if the communications is 7 bit.  There are some settings
  20. in kermit to change the comm parity to 7 bit with parity, but that is a pain.
  21. Telnet should be 8 bit.  For dialup, I would think that a modem with error
  22. correction is superior to parity and thus 8 bit should be used also.
  23.  
  24. The only entries on the PC/Connect template that I did not cover were "rotate
  25. form" and "rotate back," mostly because I did not know what they did and in 15
  26. on Stratus, I have never had to use them.
  27.  
  28. Interesting points:
  29.  
  30. I create a K95 entry with size 132x42 and then when set_terminal_type.pm
  31. detect kermit, I then force the terminal to be that size with a
  32. set_terminal_parameters -setup 13242.  Of course this does not work if you
  33. utilize the vt320 ttp.
  34.  
  35. This keyboard file does some things that PC-Connect never did.  Say for
  36. example that you are connected via telnet and are using window terms.  One
  37. hassle I dislike is all the keystokes I need to change windows.  I have
  38. bundled those in alt-right-arrow and alt-left-arrow.  This does not always
  39. work since I suspect that K95 likes to send the bytes faster than VOS can read
  40. them but, most of the time it does.  It make using mp_debug much easier!
  41.  
  42. Neil Marko
  43.