I'd like to create a custom event. Here's what's happening. I've got
an external signal coming into a serial port. Every 16 ms or so
it changes the state of the RLSD on the com port. I'd like to
create a custom event that gets fired every time the RLSD line is
changed. I'll have my own routine that will increment a counter
and set a global variable to report back which state the line is
in. Any one have any suggestions?
Thanks,
Russ Srole
------------------
an external signal coming into a serial port. Every 16 ms or so
it changes the state of the RLSD on the com port. I'd like to
create a custom event that gets fired every time the RLSD line is
changed. I'll have my own routine that will increment a counter
and set a global variable to report back which state the line is
in. Any one have any suggestions?
Thanks,
Russ Srole
------------------
Comment