home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msxv90.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  60 lines

  1. 26-Apr-86 01:00:08-EST,2714;000000000011
  2. Received: from CUVMA by CU20B with HASP; 26 Apr 86 01:00:06 EST
  3. Received: by CUVMA (Mailer X1.23a) id 8476; Sat, 26 Apr 86 01:00:10 EST
  4. Date: 04/26 00:29:49
  5. From: FDCCU@CUVMA
  6. Subject: PETERSON MAIL - PUN file from RSCS
  7. Tag: FILE (7560) ORIGIN BYUVAX   PETERSON  4/26/86  0:31:55 E.S.T.
  8. To: SY.FDC@CU20B
  9. Reply-To: PETERSON@BYUVAX
  10.  
  11. Date:     Fri, 25-APR-1986 22:31 MST
  12. From:     Bryan Peterson <PETERSON@BYUVAX>
  13. Subject:  KERMIT 2.29 (2.28 jrd/5g) for Victor
  14. To:       fdccu@cuvma
  15.  
  16.  
  17. Following are 5 files for Kermit for the Victor 9000/Sirius:
  18.  
  19. MSXV90.ASM - System dependent I/O file
  20. MSYV90.ASM - Terminal emulation (Heath and VT100)
  21. MSYV9T.ASM - Terminal emulation (Heath, VT100, and Tektronix)
  22. MSKV90.BOO - Boot file from MSYV90 (Heath and VT100 emulation)
  23. MSKV9T.BOO - Boot file from MSYV9T (Heath, VT100, and Tektronix emulation)
  24.  
  25. Some differences from the 2.28 files:
  26.  
  27. The emulation is set by SET TERMINAL xxxxx, where xxxxx is either HEATH
  28. or VT100 (or TEKTRONIX for MSKV9T).
  29.  
  30. The screen region for the Tektronix terminal is now above the program and
  31. data areas.  When Kermit is started up, the screen memory is obtained from
  32. DOS and checked to be sure that it is in a valid area.  If the allocation
  33. process fails to obtain a valid screen area, a warning message is issued
  34. regarding Tektronix emulation, and that option is disabled.
  35.  
  36. Even though the STATUS command will show TERMINAL EMULATION as NONE when
  37. doing Tektronix emulation, the correct way to select Tektronix emulation
  38. is SET TERMINAL TEKTRONIX.
  39.  
  40. VT100 emulation code was obtained from Andreas Stumpf in Germany
  41. (DS0RUS1I::ZRZS) and integrated with the previous files.  The emulation is
  42. not complete, but it does work with the VAX EDT editor in screen mode and
  43. with software using either FMS-generated forms or the new SMG screen
  44. management subroutines on the VAX systems.  Further testing has not been
  45. reported - that is all I personally have access to.
  46.  
  47. The routines to get and set the terminal baud rate have been cleaned up
  48. some and modified to use the MSDOS IOCTL function top directly access the
  49. serial port driver.  Thus, the default baud rate is the one that was specified
  50. the last time the serial port driver was set up (usually at system boot time).
  51. Note that the code in this section expects the devices to be named SERIALA
  52. and SERIALB, as they are supplied from VICTOR.
  53.  
  54. These files should not be considered complete - they are still being tested
  55. and are provided for others who may want to test them.
  56.  
  57.                                         Bryan Peterson
  58.                                         BYU Physics Dept.
  59.                                         Bitnet Peterson@BYUVAX
  60.