home *** CD-ROM | disk | FTP | other *** search
/ ftp.barnyard.co.uk / 2015.02.ftp.barnyard.co.uk.tar / ftp.barnyard.co.uk / cpm / walnut-creek-CDROM / SIMTEL / CPMUG / CPMUG025.ARK / 88-MODEM.DOC < prev    next >
Text File  |  1984-04-29  |  1KB  |  27 lines

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