home *** CD-ROM | disk | FTP | other *** search
/ CP/M / CPM_CDROM.iso / simtel / cpmug / cpmug025.ark / 88-MODEM.DOC < prev    next >
Encoding:
Text File  |  1984-04-29  |  1.1 KB  |  27 lines

  1. 88-MODEM OPERATING INSTRUCTIONS:
  2.  
  3.  
  4.     Detailed operating instructions for this program are contained
  5. at the beginning of the source listing (88-MODEM.ASM).  Additional
  6. instructions are contained in the publication "DR. DOBBS JOURNAL OF
  7. COMPUTER CALISTHENICS & ORTHODONTIA" VOLUME 3, ISSUE 6 (June/July issue).
  8.     The program has been updated since its publication in
  9. DR. DOBBS. as follows:
  10.  
  11.     1. The "handshake" character has been changed from
  12.        "ETX" to "LF".  This should make it almost univer-
  13.        sally applicable.
  14.  
  15.     2. The DELAY routine has been changed to make it hardware
  16.        independant.
  17.  
  18. The only remaining hardware dependant feature of the program is the
  19. "ASSIGN CONSOLE DEVICE" (^A)  which provides for reassigning the console
  20. device.  This function assumes a TDL ZAPPLE MONITOR.
  21.  
  22.     As mentioned in the DDJ article:  If a printing terminal is
  23. used as the console device, it must be capable of operating at twice
  24. the selected communicationa baud rate when disk transfers are per-
  25. formed.  Additionally, data loss may be encountered - even at a low
  26. baud rate - in RX FILE mode if the disk controller does not provide
  27. for DMA.
  28.