home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / kaypro / kprocnfg.doc < prev    next >
Text File  |  1983-09-09  |  2KB  |  58 lines

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