Hi everyone, I have Windows CE 6.0 and x86 platform.
I want a process to be notified when a change on any pin from the
parallel port occurs, without doing a poll. How can I register for
that
signal on the parallel port?
Should I create ISRHandler or it is possible to set OS system (Windows
CE 6.0) to register that signal on parallel port? If anyone knows how
to
create an Interrupt Service handler, or has a sample that I can start
off with (one that both has the ISR, the IST and registers the ISR),
that would also be very helpful to start with. I have been reading the
documentation on MSDN on how to implement an ISR, but I cannot connect
all the pieces of all the steps I need to take.
My goal is to measure Interrupt Latency Response Time on my OS system,
by creating a signal using an external signal generator on one of the
pins of the parallel port, and then having my process wake up, and
generate a signal on a pin on the parallel port too.