home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / c / ucjlm2.ann < prev    next >
Text File  |  2020-01-01  |  2KB  |  39 lines

  1. KERMIT FOR JOYCE LOEBL MAGISCAN 2 IMAGE PROCESSOR
  2. =================================================
  3.  
  4. This is an adaptation of the Terak p-System Kermit to run on the Joyce Loebl
  5. Magiscan 2 image processor. New features added are as follows:
  6.  
  7. - added ability for the parser to recognize digits,
  8.   this enabled a Baudrate command to be implemented
  9. - added a command to set a work disk, set disk #.
  10. - The IO subroutines were put into an unit RS232 and
  11.   changed to suit the Magiscan.
  12. - put the parser back into an unit since the Magiscan has 128K
  13.   available.
  14. - modified the constants for the screen because the Magiscan only
  15.   has 64 columns.
  16. - Added a unit SysUnit to enable the user to interogate the
  17.   current work disk and delete files if so wishes.
  18. - Added a unit FileHandle which gives routines for accessing
  19.   files for reading and writing, the old version of this didn't
  20.   close a file if there was an unsuccessful receive/send this
  21.   is now fixed.
  22. - Modified the Buffer empty and fill routines to use these.
  23. - Added the ability to do eight bit prefixing and the necessary
  24.   routines for this.
  25. - Have added a new command called TRANSFER ( do a TRANSFER
  26.   TYPE <type> ), which enables transfers of image,data,code and
  27.   text 'types'.
  28. - There is also image LOAD routine implemented, this allows
  29.   the images to be loaded from disk and transfered to the Host
  30.   straight from image memory.
  31.  
  32. Features such as the ability to do 8-bit prefixing should be adaptable back
  33. into the original Terak implementation and derivatives of this.
  34.  
  35.     Henry Balen
  36.     Environmental Science Department
  37.     Lancaster University
  38.     Lancaster UK
  39.