Read chars from serial

Hello,
I want to read chars over the serial, so that I can I save each character in an array cell. How do I do this?

You could think about reading Robin2's serial handling basics tutorial

have a gander...

Have a look at the examples in Serial Input Basics - simple reliable ways to receive data and save it in a char array.

...R