Arduino <-> Processing via Serial, text only reading as ASCII codes

Serial communication is done one character at a time. You need to read the data the same way.

Changing the type from char to String will not read the whole string for you.