home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / mskermit / msvtip.bwr < prev    next >
Text File  |  2020-01-01  |  5KB  |  128 lines

  1.              REVISION HISTORY for MSXTIPRO.ASM
  2.  
  3. REVLVL=1  29-Oct-84  First version to be able to transfer files
  4. REVLVL=2  14-Nov-84  Fixed bugs in version 1
  5. REVLVL=3  27-Nov-84  Added Tektronix-4010 emulation in CONNECT mode,
  6.                      now works with TI internal modem, any port.
  7. REVLVL=4             Started interrupt code.  Renamed MSXTEK to MSYTIPRO.ASM
  8. REVLVL=5  25-Jun-85  Finished H19 emulation, now works at 9600 baud.
  9.  
  10.       -- CHANGES --
  11.  
  12. MSXTIPRO has been tested with the Sync/Async Comm Card at all speeds from
  13. 110 to 9600 baud.  Works with COMM card in any port, 1 thru 4.
  14.  
  15. This version of KERMIT will work with a TI internal modem.
  16.  
  17. To use the internal modem, SET PORT 3, SET BAUD 300, CONNECT.
  18. With external phone, type "O" to go into manual original mode.
  19. Or type "T1(617)467-7437X" to use the built-in dialer.  Capital T
  20. means to use touch-tones, capital X marks the end of the number.
  21.  
  22. Can transfer file-packets at 9600 baud (but not 19.2 kbaud).
  23.  
  24. The VT52 "identify yourself" sequence of ESC,'Z' is not working right.
  25. It should respond as an H-19 or VT52 terminal.
  26.  
  27.        -- BUGS --
  28.  
  29. No known bugs in the MSXTIPRO portion of KERMIT.
  30. MSYTIPRO clears the screen when the KERMIT escape character is typed, and does
  31. not repaint the screen when CONNECT is resumed.
  32.  
  33.        -- DEFICIENCIES --
  34.  
  35. The STATUS command is wrong if you select port 2, 3, or 4.
  36. *** According to the MSXSYS.DOC, flags.comflg is supposed to be 0
  37. *** when using port 2.  This makes it difficult to use ports 3 and 4.
  38.  
  39. The SET HEATH-19 ON/OFF command needs to be replaced by a new command,
  40. SET TERMINAL-EMULATION ON/OFF/HEATH-19/VT52/VT100/VT102/ADM3A/TVI910/etc.
  41.  
  42. ANSI.SYS is a part of the TI-BIOS, but it does not fully emulate a VT100.
  43.  
  44. The commands to the TI internal modem are not the same as Hayes Smartmodem.
  45.  
  46.        -- SUGGESTIONS --
  47. [Send suggestions via U.S. mail to Dan Smith, CSM Computing Center,
  48.  1500 Illinois Street, Golden, CO  80401   (303)273-3396]
  49.  
  50. Finish implementing a generalized ESCape sequence processor that can handle
  51. both HEATH19/VT52 and ANSI/VT100 sequences.  It should be general enough to
  52. run on any 8088/8086 CPU regardless of hardware or operating system.
  53.  
  54. Add ReGIS(GIGI/VT125/VT241) emulation in addition to Tektronix 4105 emulation.
  55. It should be written so that it can be used on the TI-PRO, IBM-PC, Rainbow-100.
  56.  
  57. Add routine to translate Hayes "AT" commands to TI internal modem commands.
  58.  
  59. ------------------------------
  60.  
  61. From: why_not!scsnet!sunder@seismo.CSS.GOV
  62. Date:  Mon Jun 2 09:56:47 EDT 1986
  63. Subject: Ti-Pro kermit 2.29 revision 6 bugs
  64.  
  65. Well,
  66.   The long standing terminal emulation bugs in kermit for the
  67. Texas Instruments Professional computer are still with us in the
  68. latest release.  To be a little more specific:
  69.   The Heath-19 emulation gives you 25 five lines on the screen in-
  70. stead of 24,reverse video does not work at all, and local echo
  71. does nothing.
  72.   As far as I can tell, the protocol parts of ti-kermit run fine. It 
  73. would be nice if someday I could use my ti as a terminal instead of
  74. just a file xfer box.
  75.  
  76. UUCP:    (1) seismo!why_not!scsnet!sunder           Mark E. Sunderlin
  77.     (2) ihnp4!chinet!megabyte            aka Dr. Megabyte
  78. CIS:    74026,3235                     (202) 634-2529
  79. Quote:    "You have to have FAITH, for that to work on me!" 
  80. Mail:    IRS 1111 Constitution Ave. NW  PM:S:D:NO Washington, DC 20224  
  81.  
  82. ------------------------------
  83.  
  84. Date: Wed 2 Jul 86 08:57:02-EDT
  85. From: Frank da Cruz <SY.FDC@CU20B.COLUMBIA.EDU>
  86. Subject: TI Pro bug?
  87.  
  88. Keith Pyle, pyle@ngp.UTEXAS.EDU, complains that local echo does not work in
  89. MS-Kermit 2.29 on the TI Pro, even though it did work in 2.27 and 2.28.
  90. - Frank
  91.  
  92. ------------------------------
  93.  
  94. 11-Aug-86 09:34:38-EDT,1504;000000000001
  95. Return-Path: <why_not!scsnet!sunder@seismo.CSS.GOV>
  96. Received: from seismo.CSS.GOV by CU20B.COLUMBIA.EDU with TCP; Mon 11 Aug 86 09:34:33-EDT
  97. Return-Path: <why_not!scsnet!sunder>
  98. Received: from why_not.UUCP by seismo.CSS.GOV with UUCP; Mon, 11 Aug 86 09:24:42 EDT
  99. From: why_not!scsnet!sunder@seismo.CSS.GOV
  100. Message-Id: <8608111324.AA07513@seismo.CSS.GOV>
  101. Date:  Mon Aug 11 09:22:45 EDT 1986
  102. Subject: Ti Pro Kermit Bugs
  103. Apparently-To: INFO-KERMIT@CU20B
  104.  
  105. Greetings,
  106.  
  107.    After a bit of use, I have found the following three bugs in
  108. what I beleive is the current version of MS-DOS kermit for the 
  109. Texas Instruments Professional Computer.  
  110. 1. Local Echo does not work.
  111. 2. In Heath-19 mode, Inverse Video does not work
  112. 3. In Heath-19 mode, margin wrap does not work.
  113.  
  114.   I have no bugs in the protocol, but the bugs in its terminal 
  115. handling severely restrict its usefullness to me. Could this information
  116. be passed on to whoever is maintaining TI-Pro Kermit?
  117.  
  118.   All the above is true for TI-Pro Kermit V2.29 Revision 6, 6 May 86.  If there
  119. is a newer version that has fixed these bugs, could someone clue me in on it?
  120. _________________________________________________________________________
  121. UUCP:    (1) seismo!why_not!scsnet!sunder        Mark E. Sunderlin
  122.     (2) ihnp4!chinet!megabyte            aka Dr. Megabyte
  123. CIS:    74026,3235                     (202) 634-2529
  124. Quote:    "When The Going Gets Tough, The Tough Go Shopping"  (9-4 EDT)
  125. Mail:    IRS  PM:PFR:D:NO  1111 Constitution Ave. NW  Washington, DC 20224  
  126.  
  127.  
  128.