using screen program as serial terminal. output line by line.

How do I tell screen not to send each character but entire lines?

You don't. You fix your sketch so that it simply reads and stores the data until the end-of-line marker arrives.