How to use serialEvent ?

Is the new serialEvent system really implemented in the Arduino 1.0 codebase ?

Yes. The buffer() method did not make the cut, though.

In the SerialEvent() method, you are actually supposed to read the data.

The function is called once per pass through loop, not as soon as the serial data arrives.