Re: LPT DLL with interrupt
- From: Bu <si@xxxxx>
- Date: Wed, 09 Jan 2008 11:14:17 +0100
On Tue, 8 Jan 2008 12:01:00 -0800 (PST), Neila <david.marso@xxxxxxxxx>
wrote:
On Dec 31 2007, 6:56 am, Bu <a..j.m.weijenb...@xxxxxxxxx> wrote:Neila, Thanks for the suggestion.
Hello,
I want to write a VB6 program using the LPT port. I found one or two
dll's i can use. However these dll's are not interrupt capable. I want
to use an interrupt when one of the control lines changes (for
instance strobe) in stead of polling this signal all the time (the
computer goes to max speed while it is just polling one signal!).
Also the signal might change only for a very brief time so when the
WinXP decides it needs to do something much more important it might
miss this signal all together.
So my question: Does anybody know a dll/ocx for the parallel port with
interrupt?
Bu
Poll it within a Timer Event
This is however not possible. I have to catch a 1 msec pulse of which
i do not know when it will happen. Also when it happens the next pulse
might be available in (i expect) 20-100 msec.
Bu
.
- References:
- Re: LPT DLL with interrupt
- From: Neila
- Re: LPT DLL with interrupt
- Prev by Date: Re: LPT DLL with interrupt
- Next by Date: Re: LPT DLL with interrupt
- Previous by thread: Re: LPT DLL with interrupt
- Next by thread: Re: LPT DLL with interrupt
- Index(es):
Relevant Pages
|