Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
ISR for Windows2000
Name: Ampfing Date: April 12, 2005 at 01:15:21 Pacific OS: Windows 2000 CPU/Ram: Pentium
Comment:
Hello together,
can somebody tell me how to write an Interrupt Service Routine (ISR) for Windows 2000 Interrupt number 9? The interrupt is generated by an interface card on the PCI bus in my computer and I would like to react in a certain way. Is there any programming language I have to use for the ISR or can I use any desired (I would prefer C)?
Name: borelli35 Date: April 12, 2005 at 17:29:00 Pacific
Reply:
======================================================================== First, C is definitely the best language for what you are looking to do.
Second, Interrupt 9 doesn't exist on a Win2000 machine 'per se'. Interrupts are remapped to an extended interrupt protocol used under protected mode. It's been years since I've even touched that one so go where I did to find those answers; the microsoft developers network web site.
borelli35
0
Response Number 2
Name: Ampfing Date: April 13, 2005 at 00:06:10 Pacific
Reply:
Thank you very much for your reply. I'll go looking there.
Summary: Hi every body Is there any mscomm32.ocx for windows2000 that supported up to 32 serial ports? Regularly it supports up to 16 ports. Thanks Behrad ...
Summary: Well guys I’m totally new to java programming and I'm supposed to make a program that asks a person to input student's names and marks(max 30) then outputs(on screen) the names plus the marks. The p...
Summary: Hello, I have this script: '================================= Private Sub CommandButton1_Click() 'Randomizing Lists MsgBox ("Before running this script, you will need:" & Chr(13) & _ "The...