home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / modems / modem / cp405src.ark / CP4VEC.HLP < prev    next >
Encoding:
Text File  |  1986-12-26  |  1.3 KB  |  26 lines

  1. Kermit on the Vector 3 emulates a DEC VT52, with certain limitations.  It
  2. only works well at speeds up to 1200 baud.  There doesn't seem to be a way
  3. to change the baud rate anyway.  Even at 1200 baud, it loses characters
  4. during terminal emulation, after a carriage-return-linefeed sequence is
  5. received during scrolling.  During terminal emulation, beeps do
  6. not sound.  Finally, the normal CONNECT-mode escape sequence lead-in
  7. character for the Vector is tilde because the original Vector model that
  8. the program was written for had a tilde key, but was not able to transmit
  9. the more customary escape characters like ^] or Ctrl-Backslash.  However,
  10. the Vector 3 does not even have a tilde key, so before issuing the CONNECT
  11. command, you must SET ESCAPE to some character that you don't expect to
  12. type on the remote host, like #.
  13.  
  14. Files:
  15.  
  16. KERMIT.COM is the Kermit program.
  17. CP4KER.DOC is the CP/M-80 chapter of the Kermit User Guide
  18. CP4KER.BWR is the "beware" file, listing known bugs & limitations
  19.   of CP/M-80 Kermit.
  20. CP4KER.UPD is the edit history of the program.
  21. CP4KER.HEX is the Intel hex format system-independent portion of the program.
  22. CP4VEC.HEX is the Intel hex format Vector-dependent portion of the program.
  23. CP4VEC.HLP is this file.
  24.  
  25. HEXCHK.BAS is an EMBASIC program to check the validity of an Intel hex file.
  26.