Programming interrupt handlers Windows 2000

blahblah99

Platinum Member
Oct 10, 2000
2,689
0
0
How to go about doing this? I have data coming into a parallel port and I need an interrupt handler to process the data as it is streaming in.

Thanks in advance. I am using Visual C++ in windows 2000 and need to know how to set up an interrupt handler on IRQ 7.
 

geoff2k

Golden Member
Sep 2, 2000
1,929
0
76
The DDK probably has what you need (I think it's a free download from MS). Here's an article from google groups that describes what I think you're trying to do and references a specific DDK code sample.
 

singh

Golden Member
Jul 5, 2001
1,449
0
0
Did you try the link I posted for you in response to your post in the HT forum?