LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Parallel port interrupt

I am looking to get information on setting up a interrupt service routine to handle the interrupt from the parallel port. Will CVI handle this interrupt or will i have to poll the IRQ bit??
0 Kudos
Message 1 of 2
(2,943 Views)
No there is no easy way to do it with CVI.
If you really want to deal with interrupt, you need to write a Vxd. There is
a sample code available in the Vxd subdirectory of your CVI distribution.

--
Philippe
Feel free to visit : http://perso.wanadoo.fr/philippe.baucour



"gatorx1" a écrit dans le message de news:
506500000008000000C1810000-1042324653000@exchange.ni.com...
> I am looking to get information on setting up a interrupt service
> routine to handle the interrupt from the parallel port. Will CVI
> handle this interrupt or will i have to poll the IRQ bit??
0 Kudos
Message 2 of 2
(2,943 Views)