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

  1. CP/M-86 Kermit Fujitsu Micro 16s Support
  2.  
  3.              (Contributed by Chris Barker,
  4.         World Research Institute for Science & Technology)
  5.  
  6. Currently only the standard serial port is supported.  The SET PORT
  7. command is not implemented.
  8.  
  9. While in Kermit's terminal emulation mode, local commands are initiated
  10. by a two-character sequence consisting of the "escape character"
  11. followed by one other character identifying the command.  (Make the
  12. second character a '?' to see a list of the valid commands.)  As
  13. distributed, the standard Kermit-86 uses the control-backslash character
  14. as the escape character in terminal mode.
  15.  
  16. The terminal emulator will to support simple command line editing on
  17. most systems, and allow mailers or paged file display programs to clear
  18. the screen before each display.  Underlining and reverse video are also
  19. useful in some applications.  Sophisticated screen control required by
  20. screen editors such as EMACS or KED is not implemented. However, if the
  21. editor supports the ADM3A dumb terminal, it may be possible to use it,
  22. as the Fujitsu's firmware emulates this terminal.
  23.  
  24. The default baud rate is currently 9600 baud. This may be changed by
  25. patching the `86kerio.fuj' file.
  26.