I think what I'd like to do should be relatively simple but I have been unsuccessful so far. I'd like to capture data from com1 (serial connection) and write it to a text file. I have been successful in doing that. However I'd like it only to capture relevant data. For example, capture only lines that have more than 24 characters. All other lines are irrelevant and not needed. Should I use ASPECT to do this, or is there some other filtering option available. Thanks!!