CompuServe Messages

#Text Filtering

    13-Apr-95 21:00:39
Sb: #Text Filtering
Fm: Thomas DeVeau 72724,2501
To: All
Greetings, I need help! I am writing a small ascii terminal program and I am having problems filtering out control codes and other nonsensical characters before displaying the read buffer from the serial port. I have been able to strip bit 8 from the chars in the buffer but am stuck with control codes intermixed with the text. How do I get rid of unneccessary control codes? Thanx, Tom.