home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / archives / ucsdibmpc.zip / ucibmpchlp.txt < prev   
Text File  |  1984-05-23  |  2KB  |  49 lines

  1. UCSD Pascal KERMIT for the IBM PC from Cornell University
  2.  
  3. This implementation of KERMIT for the IBM PC p-System was submitted by Kate
  4. MacGregor and Steve Pacenka of Cornell University Computing Services.    It
  5. requires version IV.x of the UCSD p-System, and is also intended to run on
  6. computers other than the IBM PC, provided they have an equivalent of
  7. REMUNIT.CODE to implement the standard UCSD Pascal Users' Society (USUS)
  8. "standard remote unit".  It was developed on the IBM PC using NCI release C1F.
  9.  
  10. The filenames are:
  11.  
  12.  HELPER.TEXT
  13.  KERMGLOB.TEXT
  14.  KERMIT.TEXT
  15.  KERMPACK.TEXT
  16.  KERMUTIL.TEXT
  17.  PARSER.TEXT
  18.  RECEIVER.TEXT
  19.  SENDER.TEXT
  20.  SETSHOW.TEXT
  21.  
  22. Notes from Kate:
  23.  
  24. The IBM psystem KERMIT is essentially the same as my [Terak 8510a UCSD II.0
  25. version of] Kermit.  Unfortunately I neglected to forsee two system dependant
  26. areas:
  27.  
  28.   1) Baud rate can be selected by software on some machines (e.g. IBM).  The
  29.      SET BAUD command was implemented by Steve in his version.
  30.  
  31.   2) This is a newer version of the p-system and the operating system takes
  32.      care of buffering the characters for you.  Steve eliminated that part
  33.      of the code.
  34.  
  35. In addition, Steve fixed a bug which occasionally resulted in out of range
  36. string values.  He also added Datamedia 1520A emulation.  I haven't looked
  37. at the code for that but I assume that it is not system dependant and can be
  38. implemented in any version.
  39.  
  40.   I would like to incorporate these features into my version and (hopefully)
  41. come up with something which is clearly divided into non-system dependent code
  42. and separate system-dependent code.  I suppose the obvious way to do this is
  43. with switches to be set before compilation.  I hope to find time to do this in
  44. the near future (but I always say that).
  45.  
  46. Kate
  47.  
  48. [End of USIBMPC.HLP, May 1984]
  49.