I want to create a script that is constantly running in the background, searching for serial inputs. I have the background and serial input parts worked out. All I want to know is an effective way to constantly search for input, that does not bog down my CPU usage, or do I have to use a While loop? I just want to be sure there is a more effective manner of achieving my goal. Thank you!
~Hideyshi