??? 10/27/07 12:17 Modified: 10/27/07 12:23 Read: times |
#146281 - OP Update 10 of 10 Responding to: ???'s previous message |
I said:
There are two problems at this point. One is a simple matter of key bounce.A worse problem is that I didn't design in any way to handle the long spaces between words, or the very long space when the input simply ends. Both these problems are now fixed. The telegraph key that I was using bounced for just a few milliseconds after closing, so it was pretty simple to debounce by simply ignoring it for about ten milliseconds after every transition. The module to do that is here. The solution to the other problem was a bit of a kludge because of the incomplete design. Fortunately, it was a small enough kludge that I didn't break anything else when I implemented it. I've updated the affected files so that the links in this message now show the corrections. So this project has served its purpose now? I think so. Thanks again to everyone who helped. -- Russ |