I have a USB thermometer that sends readings via keystrokes once per second. When run in a text editor, it works fine. When I run it via a textbox that I clear after ENTERPRESSED, I occasionally lose keystrokes because it seems like the textbox can't keep up with the rate of entry. Is there an alternative way to grab keystrokes without using edittext?