home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / cpm / modems / modem / intrtran.lbr / INTRTRAN.DQC / INTRTRAN.DOC
Encoding:
Text File  |  1986-10-07  |  1.3 KB  |  29 lines

  1.  
  2. KTRANS:            Tony Keane, 1984
  3. CTRANS Adaptation: Jim Lill, 11/85
  4.  
  5. Purpose: Hi-Speed Inter-Computer Transfer Program     
  6.  
  7. Application: KTRANS, Kaypro and Bigboard Computers
  8.              CTRANS, any CP/M computer whose BIOS supports PUN: and RDR:
  9.  
  10. KTRANS.... used in the Kaypro or Bigboard. Baud rate can be set to match the
  11. remote unit using BAUDM as supplied by Kaypro. Speeds up to 19.2K have been
  12. used successfully.
  13.  
  14. CTRANS.... used in any CP/M computer with PUN: and RDR: support. Baud rate
  15. must be either a default, hardware selected or via software control provided
  16. by the user.
  17.  
  18. In each case, Run instructions are provided when the program is run.
  19.  
  20. Protocol Description: almost any type of file can be transferred. Codes below
  21. 20 and above 7F are transferred as double-bytes using three special signalling
  22. codes (11H, 12H, 13H). This allows for the fastest transfer for most files
  23. including object code since double-bytes are only necessary for out-of-range
  24. codes. The data is sent without error-checking, in 128 Byte blocks. Having
  25. no Error Checking, CTRANS and KTRANS are intended for local hard-wire duty.
  26. High baud rates will provide a quick transfer that can APPROACH DISK-to-DISK
  27. SPEEDS in some cases.
  28.  
  29.