several characters for serial communicatoon

You'll have to read it character by character. There is no direct serial read functio that reads a completer string or line of text. Declare an array of characters, big enough to hold your text plus a '\0' for end-of-string, than use an index to fill it up, one character at a time.