home *** CD-ROM | disk | FTP | other *** search
/ Simtel MSDOS - Coast to Coast / simteldosarchivecoasttocoast.iso / dv_x / dvxhlp10.zip / EXAMPLE.ZIP / Q29.TXT < prev    next >
Text File  |  1992-05-30  |  1KB  |  37 lines

  1. /FHQ29: What does ``Optimize Communications'' in DESQview's setup program do?/FB
  2.  
  3.  
  4.  
  5. The cards that you install in your computer use ``hardware interrupts''
  6. to tell the CPU that the card has or needs data.  The hardware
  7. interrupts are like grade school students raising their hand in class.
  8. When they teacher recongizes a student with his hand up, that student
  9. can ask//answer a question.
  10.  
  11.  
  12.  
  13. Like many teachers, DESQview has a ``teacher's pet.''  This pet is
  14. hardware interrupt 0.  If a bunch of hardware interrupts raise their
  15. hands at the same time, DESQview will always recognize 0 first, then 1,
  16. then 2, and so on.
  17.  
  18.  
  19.  
  20. However, most COM ports use hardware interrupt levels 3 and 4.  So by
  21. answering ``Y'' to ``Optimize Communications'', you force interrupt
  22. level 3 to become the teacher's pet.  DESQview will then recognize the
  23. interrupts in this order: 3, 4, 5, ... 0, 1, 2.  Rather than answering
  24. ``Y'', you can put in any interrupt number you prefer.  For example, if
  25. you answer ``5'',  DESQview will recognize the interrupts in the order
  26. 5, 6, 7, ... , 0, 1, 2, 3, 4.
  27.  
  28.  
  29.  
  30. Setting ``Optimize Communications'' to ``Y'' can reduce or eliminate
  31. dropped characters in communication programs /JB(see Q25)/q25.txt/.
  32.  
  33.  
  34.  
  35. 8086//8088 machines have 8 available hardware interrupts (0-7), while
  36. 80286+ machines have 16 (0-15).
  37.