pc interfacing

Status
Not open for further replies.

vicwendz

New Member
Hello,
anyone knows how to use interrupts in visual basic? Please send me basic example or syntax on how to use interrupts on vb compilers. thanx for reading....

vic of phil
 
Try inpout32.DLL. Very easy
Just make sure all of those include files available to your compiler.
 
vicwendz said:
Hello,
anyone knows how to use interrupts in visual basic? Please send me basic example or syntax on how to use interrupts on vb compilers. thanx for reading....

vic of phil
you cannot use interrupts in vb .interrupts are managed by kerenel level drivers . specify your need clearly .
 
put an edge driven latch to act as interrupt in your port and use timer to poll your interrupt source then assign one pin to clear the latch after servicing your interrupt, ok ba pre?
 
That maynot be considered as an 'interrupt' , but an event or windows callback . your program is notified about an event by the OS, not the hardware.
 
Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…