home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / cpm / modem / mtn.inf < prev    next >
Text File  |  1983-09-09  |  5KB  |  147 lines

  1. Date: 23 May 1981 19:43-EDT
  2. From: Frank J. Wancho <FJW at MIT-MC>
  3. Subject:  Minor Bug in List Buffer/File
  4. To: INFO-MTN at MIT-MC
  5. cc: FJW at MIT-MC, BUG-MTN at MIT-MC
  6.  
  7. In trying to be clever and using Kelley Smith's trick to record ^Z's
  8. (1AH) in the buffer by changing them to 9AH (in TEXT MODE), I left
  9. code in the List Buffer/File routine which strips the parity bit
  10. before checking to see if it is 1AH, the CP/M text EOF mark.  This
  11. turns out to be redundant anyway, as it is checked at another point
  12. (without the masking) before it is returned to this routine.
  13.  
  14. Since my terminal sees ^Z as the cursor up command from EMACS, a List
  15. Buffer or File will display a premature and false End of File message
  16. when that character has been recorded as 9AH.  However, the buffer is
  17. actually much longer as is still recording, and, more importantly, the
  18. entire buffer WILL be written to disk past the false ^Z.
  19.  
  20. Here are the patches for MTN 2.1:
  21.  
  22.     11E2  FE => 00   (11E4 for 2.2)
  23.     11E3  1A => 00   (11E5 for 2.2)
  24.     11E4  28 => 00   (11E6 for 2.2)
  25.     11E5  3F => 00   (11E7 for 2.2)
  26.  
  27. Sorry for any inconvenience this may have caused you.
  28.  
  29. --Frank
  30. 
  31. Date: 4 March 1981 22:16-EST
  32. From: Frank J. Wancho <FJW at MIT-MC>
  33. Subject:  New MTN (version 2.1) now available
  34. To: INFO-CPM at MIT-MC, INFO-MTN at MIT-MC
  35.  
  36. A new MicroTELNET (MTN) Version 2.1 is now available.  The HEX files
  37. are rather large and have been broken into three HEXn files each.
  38. (They are also available in the original form as one HEX file each.)
  39. They may be reconstructed using the technique described below.
  40.  
  41. Also available, upon request, is a 4300H-based version for those of
  42. you using systems requiring that as the starting address of their
  43. TPA...
  44.  
  45. The files are:
  46.  
  47. MC:CPM;MTN21 HEX  321 recs, 41053 bytes, CRC= 76E1.  MTN21.COM file CRC= D958
  48.  
  49. MC:CPM;MTN21 HEX1 107 recs, 13680 bytes, CRC= 9D68.
  50. MC:CPM;MTN21 HEX2 107 recs, 13680 bytes, CRC= E0AD.
  51. MC:CPM;MTN21 HEX3 107 recs, 13693 bytes, CRC= 325F.
  52.  
  53.  
  54. MC:CPM;MTNMSG HEX  394 recs, 50413 bytes, CRC= 4B47. MTNMSGS.OVR file CRC= BBC1
  55.  
  56. MC:CPM;MTNMSG HEX1 132 recs, 16830 bytes, CRC= 15D4.
  57. MC:CPM;MTNMSG HEX2 132 recs, 16830 bytes, CRC= 219C.
  58. MC:CPM;MTNMSG HEX3 131 recs, 16753 bytes, CRC= FEE6.
  59.  
  60.  
  61. The doc file is MC:CPM;MTN21 DOC which is mainly a "what's new"
  62. document.
  63.  
  64. To merge the HEXn files into the required files:
  65.  
  66. DDT MTN21-1.HEX
  67. IMTN21-2.HEX
  68. R
  69. IMTN21-3.HEX
  70. R
  71. ^C
  72. SAVE 57 MTN21.COM
  73.  
  74. Similarly for MTNMSGS.OVR.  (SAVE 70 MTNMSGS.OVR)
  75.  
  76. Again, bug reports and/or feature requests to BUG-MTN@MIT-MC.
  77.  
  78. --Frank
  79. 
  80. Date: 28 February 1981 04:23-EST
  81. From: Frank J. Wancho <FJW at MIT-MC>
  82. Subject:  MicroTELNET (MTN) Version 1.3
  83. To: INFO-CPM at MIT-MC, INFO-MTN at MIT-MC
  84.  
  85. (Please excuse any duplicate of this message that some of you may
  86. receive.)
  87.  
  88. Dear MTN Users,
  89.  
  90. I am removing the MTN files from MC:CPM; and will "shortly" (whatever
  91. *that* means) upload a significantly newer version with MANY new
  92. features and ALOT of bugs fixed.  Release of this new version will be
  93. what I consider premature, but only in the sense that I haven't been
  94. able to install and check out ALL the features that everybody has
  95. asked to be included.  Since some of you have received a pre-release
  96. version of MTN 2.0 in various stages of development, the new release
  97. will be called MTN 2.1 to bring you back in sync.
  98.  
  99. I must add that the reason for doing this was prompted by a rather
  100. embarrassing discovery of a piece of code that has been in the program
  101. from its beginnings which was lifted from another modem program and
  102. seemed to work.  In tracking down a bug near that code, I found that
  103. what I had assumed to be correct was not.  THIS ONLY APPLIES TO USERS
  104. OF MTN 2.0 AND BELOW WHO HAVE A D.C. HAYES MODEM.  THE PMMI CODE IS
  105. CORRECT, EXCEPT THAT IT DOES NOT HANG UP THE PHONE WITH THE TERMINATE
  106. COMMAND.
  107.  
  108. So, rather than leave this faulty code around for even more
  109. unsuspecting people to pick up and not let me know they have it (so as
  110. to be on the mailing list for upgrade announcements), I am removing it
  111. from further circulation.
  112.  
  113. My sincere apologies for any inconvenience this may have caused you.
  114.  
  115. --Frank
  116.  
  117.  
  118. [For those of you interested in what the bug was that got me upset:
  119.  
  120. For some reason, the original author of this section of code decided
  121. to turn on the transmit enable signal BEFORE dialing the number,
  122. rather than AFTER receiving the carrier detect signal from the remote
  123. modem.  What lead me to check this out was that I was trying to speed
  124. up the dialing back to specs and could not find out why another
  125. auto-dialing modem program I had was successful in completing calls,
  126. while my version, using the same timing was not.  I also discovered,
  127. in the same section of code, that the modem setup was not correct
  128. either.  Thus the withdrawal announcement.
  129.  
  130. --fjw
  131. 
  132. Date: 20 November 1980 01:24-EST
  133. From: Frank J. Wancho <FJW at MIT-MC>
  134. Subject:  You're on this list!
  135. To: INFO-MTN at MIT-MC
  136.  
  137. If you get this msg, you're on this list.  If you do not wish to be on
  138. this list, send me a msg (and NOT this list).
  139.  
  140. Patch locations for MTN 1.3 are available in MC:CPM;MTN13 PATCH to
  141. change ports addresses, etc.
  142.  
  143. MTN 1.4 is actively in the works - more info on that soon.
  144.  
  145. --Frank
  146. 
  147.