home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c / z88ker.txt < prev    next >
Text File  |  2020-01-01  |  5KB  |  137 lines

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