home *** CD-ROM | disk | FTP | other *** search
/ Oakland CPM Archive / oakcpm.iso / sigm / vol141 / kpromdm7.doc < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.5 KB  |  59 lines

  1.     KPROMDM7.DOC  NON-LINEAR KAYCOMP KAYPRO II DOC FOR MODEM7.
  2.  
  3.     AS OF 08/21/82.      Tom McCormick.  Houston, Tx.
  4.  
  5.  
  6.     This portable CP/M micro comes with an RS232c serial port,
  7.     a BAUD.COM utility to set the baud rates on that port, and
  8.     the SELECT editor with which to make the following changes
  9.     to MBOOT.ASM.
  10.  
  11.     MBOOT.ASM is a minimal subset of MODEM7: all it will do is
  12.     operate in terminal mode, and then receive one file at a time
  13.     using the Christensen protocol of MODEM7.  It will not send,
  14.     auto dial, send/receive without handshaking, transfer multiple
  15.     files from a single command (wildcards), etc. like the full
  16.     MODEM7 program will do.   BUT...it is much much shorter to
  17.     key in the first time if you do not know anyone with MODEM7
  18.     on a KAYPRO II compatable 5" diskette.
  19.  
  20.     Obtain a printed copy of MBOOT.ASM (free, public-domain), and
  21.     make the following changes.  You can then use MBOOT to transfer
  22.     the full MODEM7 program to yourself, and make the same changes
  23.     to it.
  24.  
  25.     ----------------------------------------------
  26.  
  27.     Here are the MODEM7 values to patch for KCOMP.
  28.  
  29.     04H   MODEM DATA PORT
  30.  
  31.     06H   MODEM STATUS PORT
  32.  
  33.     04H   BIT MASK: READY TO SEND
  34.  
  35.     01H   BIT MASK: READY TO RECEIVE
  36.  
  37.     ----------------------------------------------
  38.  
  39.     We connected the KAYPRO serial port directly to
  40.     an H-89 serial port as follows:
  41.  
  42.         KAYPRO      H-89
  43.  
  44.              2 to 3
  45.  
  46.              3 to 2
  47.  
  48.              5 to 4
  49.  
  50.         20-6-8
  51.       (JUMP ALL 3) to 20
  52.  
  53.     ...and transferred several files at 9600 baud.
  54.     We did not try 19200, might work OK.
  55.  
  56.  
  57.  
  58.     ----------------------------------------------
  59.