Email: Password: Remember Me | Create Account (Free)

Back to Subject List

Old thread has been locked -- no new posts accepted in this thread
???
04/19/01 16:57
Read: times


 
#10965 - RE: How to continue ... ?
Hi Stefan,

I've done a few numeric entry routines in the past - the easiest way is to put each keystroke in a buffer, & decode it all when the "enter/*" key is pushed. Also, you can see at this point if enough keys have been pushed (if not, beep & rewind everything!). If you are using the # (value 11) to set up for 2 or 3 keys(?), just set a couter to 2 or 3, & wait for the keys to be pressed. Allow a time-out of 10S or so (if no-one touches the kbd, things should all go back to the 1st state).
We've discussed debouncing & stuff here before, so search for that.

mfg

Richard

List of 9 messages in thread
TopicAuthorDate
How to continue ... ?            01/01/70 00:00      
RE: How to continue ... ?            01/01/70 00:00      
RE: How to continue ... ?            01/01/70 00:00      
RE: How to continue ... ?            01/01/70 00:00      
RE: How to continue ... ?            01/01/70 00:00      
RE: How to continue ... ?            01/01/70 00:00      
RE: How to continue ... ?            01/01/70 00:00      
RE: How to continue ... ?            01/01/70 00:00      
RE: How to continue ... ?            01/01/70 00:00      

Back to Subject List