home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / z88ker2.zip / Z88KERM.TXT < prev   
Text File  |  1997-01-07  |  5KB  |  145 lines

  1.  
  2. Kermit for the Cambridge Computer Z88
  3. -------------------------------------
  4.  
  5. Kermit-88 was released to the "Z88 Users' Club" "Software Library" and announced
  6. by the following lines in the club newsletter "Z88 EPROM" of December 1990.
  7.  
  8.  
  9. Z129 KERMIT-88 by Wally Wright (0759). An almost complete
  10. rendition of the KERMIT file transfer system (there are just a
  11. couple of parts which are currently "not implemented") together
  12. with VT52 terminal emulator. 30K. A=documentation B=program
  13.  
  14. ------------------------------------------------------------------------------
  15.  
  16. Files
  17.  
  18. Z129A.TXT 14233 bytes. The documentation in plain text format.
  19. Z129A     15182 bytes. The documentation in Z88 wordprocessor PipeDream format.
  20. Z129B     15104 bytes. Kermit-88 Version 1.04 04-Nov-90 in Z88 Basic/mc format.
  21.  
  22. ------------------------------------------------------------------------------
  23.  
  24. Cambridge Computer Z88
  25.  
  26. The last computer designed by Sir Clive Sinclair and released in 1987 after 
  27. he had sold the right to the Sinclair name to Amstrad.
  28.  
  29.  
  30. ------------------------------------------------------------------------------
  31.  
  32. Z88 Users' Club
  33.  
  34. Based in United Kingdom. It reached over 5000 members over its' most active 
  35. time from 1987 to 1993. 
  36.  
  37. ------------------------------------------------------------------------------
  38.  
  39. This letter was published in the "Z88 Users' Club" newsletter "Z88 EPROM" 
  40. in the October 1991 issue in the section "Members' Letters".
  41.  
  42.  
  43. Wally Wright (0753)
  44. 32 Spencer Street
  45. St Albans
  46. Hertfordshire. AL3 5EG
  47.  
  48. Dear Roy,
  49.  
  50. I have written to you previously concerning the Z88 implemen-
  51. tation of Kermit which I have worked on sporadically over the last
  52. 18 months and which has been available from the Software Library
  53. for some time.
  54.  
  55. Unfortunately, it is becoming increasingly difficult to find the time
  56. to invest in projects like this, and I wondered if there might be
  57. someone out there who would be keen to take over Kermit
  58. development from here on.
  59.  
  60. Kermit is written entirely in 8080 assembler (a subset of Z80
  61. assembler). A great deal of work has been done since the last
  62. version was lodged with the Software Library although it is not
  63. presently stable enough for the next release.
  64.  
  65. Knowledge of programming the Z88 at machine level is a
  66. pre-requisite and familiarity with 8080 assembler code would be an
  67. advantage. You will also need a PC compatible machine, or at a
  68. stretch, a CP/M computer. A hard disk is also a requirement.
  69.  
  70. If anyone is interested in such a project, or would even just like
  71. some further information about what is involved, please contact me
  72.  
  73. ------------------------------------------------------------------------------
  74.  
  75. Walters address, January 1996.
  76.  
  77. Walter Wright
  78. 1 Deanery Cottage, High Street
  79. Sonning, Berkshire
  80. RG4 6UP UK
  81.  
  82. Compuserve: 101367,2040
  83. E-mail:     101367.2040@compuserve.com
  84. Web Page:   http://ourworld.compuserve.com/homepages/WalterWright
  85.  
  86. ------------------------------------------------------------------------------
  87.  
  88. Date: 29 Dec 96 10:29:02 EST
  89. From: Walter Wright <101367.2040@CompuServe.COM>
  90. To: Dennis Groning <dennisgr@algonet.se>
  91. Subject: Re: Kermit-88
  92.  
  93. Hi Dennis,
  94.  
  95. Yes, Kermit-88 was one of mine. I'm afraid I dont have the source code for it
  96. any more, or even a run-time version. I don't suppose you use it much these days
  97. but its good to know someone at least heard of it!
  98.  
  99. Regards
  100. Walter
  101.  
  102. ------------------------------------------------------------------------------
  103.  
  104. Date: 06 Jan 97 06:13:09 EST
  105. From: Walter Wright <101367.2040@CompuServe.COM>
  106. To: Dennis Groning <dennisgr@algonet.se>
  107. Subject: Re: Kermit-88
  108.  
  109. Hi Dennis,
  110.  
  111. Wow, I never thought that Kermit-88 would ever rear it's head again.
  112.  
  113. If you have a copy, then I am happy for you to distribute it to anywhere you see
  114. fit, including Columbia. As you mention, I don't have the source code any more.
  115. I don't believe I distributed the source code anywhere unfortunately. As far as
  116. I remember, the project was never actually finished, and I think that 1.04 will
  117. contain a few "not implemented" messages. But these are probably in some of the
  118. lesser used scripting commands - the main Comms functions should all work ok. 
  119.  
  120. The project was a lot of work, but not as much as it could have been. I took the
  121. CP/M Kermit source code as the basis for it and then replaced anything system
  122. specific, ie the file i/o, the screen i/o and so on. The actual protocol code is
  123. as per CP/M. I compiled it all on a CP/M machine. I seem to remember that the
  124. "Basic/Assembler" kludge was implemented by writing a tiny BASIC program to see
  125. how it called assembler code, then I hard-coding that onto the front of the
  126. assembler code using DB statements. You are welcome to reverse engineer it to
  127. glean how it works.
  128.  
  129. Stay in touch and let me know how you progress.
  130.  
  131. Best Regards
  132. Walter
  133.  
  134. ------------------------------------------------------------------------------
  135.  
  136. This note and Z129A.TXT was prepaired by:
  137.  
  138. Dennis Groning
  139. Ranglebyn Berget
  140. S-661 94 Saffle
  141. Sweden
  142.  
  143. dennisgr@algonet.se
  144. http://www.algonet.se/~dennisgr
  145.