home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / win3l / 13044 < prev    next >
Encoding:
Text File  |  1993-01-28  |  1.4 KB  |  32 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!uvaarpa!darwin.sura.net!cs.utk.edu!gatech!paladin.american.edu!auvm!INFERENCE.COM!GLOSTER
  3. Message-ID: <9301281636.AA15086@quaestor>
  4. Newsgroups: bit.listserv.win3-l
  5. Date:         Thu, 28 Jan 1993 08:36:03 PST
  6. Sender:       Microsoft Windows Version 3 Forum <WIN3-L@UICVM.BITNET>
  7. From:         "Vance M. Gloster" <gloster@INFERENCE.COM>
  8. Subject:      Hardware interrupt management under Windows 3.1
  9. In-Reply-To:  COGLITORE@IPACRES.CRES.IT's message of Thu,
  10.               28 Jan 1993 07:10:36 -0600
  11.               <9301281302.AA18199@fourier.inference.com>
  12. Lines: 18
  13.  
  14.         I would like to know any information about Windows 3.1 and the
  15.         management of Hardware Interrupts.
  16.         If is possible to write an interrupt routine to handle hardware
  17.         interrupts, inside Windows 3.1 .
  18.         I appreciate documentation, book titles  or examples sources.
  19.         I am interested in communication between pc and acquisition boards
  20.         (National Instrument, Burr Brown .... ) using DMA or interrupts, every
  21.         help is apreciate.
  22.  
  23. In order to do this you will need the Microsoft Windows Driver
  24. Development Kit (DDK).  It is available directly from Microsoft.
  25.  
  26. In the C/C++ 7.0 package there are a couple of examples of writing a
  27. DOS TSR which can communicate with Windows programs.  You might also
  28. try this approach.
  29.  
  30. -Vance Gloster
  31.  gloster@inference.com
  32.