I have a timer that keeps checking if format values exist in a sle_text field to know if the information from the card swipe came in...
The problem is sometimes the very end of the string that I do not need does not make it on time with the end of the timer. It thinks its complete because most of the string came in and met the values I am looking for, but the swipe is rejected
Is there a better method i can use to avoid the timer or make this process more successful?