08-03-2007 04:58 PM
08-06-2007 05:55 PM
08-07-2007 09:40 AM
You mentioned checking the last pattern that was latched,
how would you do that in VB .NET 2005? I have both the asynchronous and digital
change event detection setup and working, but I cannot figure out how to
capture any data from the LAST event. The tutorial you linked to regarding digital change event and masking bits seemed promising, but can you get direct access to those bits?
The reason I highlight LAST is I am having problems with a
bouncing switch. I have done as much hardware debouncing as I can, but there is
still a little ripple. For both a change event and asynchronous read, the
buffer of samples to read goes from 20-100 depending on the circuit I use. Each
one of these raises an event. I have tried slowing down the sample rate, but it
doesn't seem to change this problem dramatically.
Thanks for the help!
Jon
08-08-2007 09:02 PM