home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / cpm86 / c86xrb.txt < prev    next >
Text File  |  2020-01-01  |  2KB  |  43 lines

  1. DEC Rainbow 100 CP/M-86 KERMIT version 2.9.
  2.  
  3. See the file C86KER.HLP for general information about CP/M-86 KERMIT.
  4.  
  5. Kermit-86 is a version of Kermit that runs on the DEC Rainbow 100 series under
  6. CP/M-86/80, version 1 or 2, on the 8088 side.  It is generated from the CP/M-86
  7. Kermit source program, which can also produce Kermit programs for other CP/M-86
  8. systems, like the NEC APC.
  9.  
  10. You should be able to download the program using the old Kermit on the Z80 side
  11. (Rainbow Kermit, VT180 Kermit, or generic CP/M-80 Kermit will do the job, but
  12. only under DEC CP/M-86/80 version 1.0), or an earlier version of Kermit-86.
  13. The program is stored in the Kermit distribution area as KER:C86XRB.*.
  14. KER:C86XRB.H86 is the hex file; you can use GENCMD on the Rainbow to build the
  15. .CMD file from this.  KER:C86*.A86 are the source modules, written in Digital
  16. Research CP/M-86 assembler and assembled on the Rainbow.
  17.  
  18. If you don't have an earlier version of Kermit, then follow the directions for
  19. installing KERMIT-80 (yes, KERMIT-80) in the Kermit-80 section of the Kermit
  20. User Guide, but send the Kermit-86 hex file (C86XRB.H86) instead.  This works
  21. because the Rainbow can run CP/M-80 programs like DDT.
  22.  
  23. Another way to get Kermit onto your Rainbow for the first time would be from a
  24. DEC VT-180 diskette.  A VT-180 can use its own Kermit to load Rainbow Kermit
  25. onto its disk, which can then be read directly by a Rainbow.  Also, note that
  26. VT-180 Kermit-80 can actually run on the Rainbow on the Z80 side under DEC
  27. CP/M-86/80 version 1 (but not version 2 or higher), at speeds of 1800 baud or
  28. lower.
  29.  
  30. KNOWN PROBLEMS:
  31.  
  32. During CONNECT logging (SET LOG), certain ANSI escape sequences -- notably
  33. those that change modes like reverse/normal video, smooth/jump scrolling --
  34. cause the logging to terminate mysteriously and abruptly.  Certain other
  35. sequences (which are unlikely to occur) tickle Rainbow firmware bugs and hang
  36. the machine.
  37.  
  38. There are some characters, like ^X, that can't be given as arguments to
  39. SET ESCAPE.
  40.  
  41. Print Screen and Ctrl-Print Screen have no effect, but they don't do any
  42. harm.
  43.