Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PCI interrupt

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
0
0
How can i detect INTA# interrupt signal from a PCI device using Visual Basic?
 
I'm guessing that detecting PCI interrupts is too low level for basic. You'll probably need C++ or more likly assembly to do that. - Jeff Marler B-)
 
This is an interesting question. I think it should be possible to transfer interrupt information from the PCI bus to a visual basic program, but the bulk of the work is going to reside outside VB. For instance, the kernel-level code which will have access to this interrupt will have to notify the VB module in some fashion that the interrupt has occured. Jeff is right however, VB is a user level application (in the NT sense) and has no direct access to "kernel" events such as device interrupts.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top