Serial Input Basics - updated

lastchancename:
Serialevent() allows your program to acquire incoming characters 'asynchronously'

There is nothing related to events in serialEvent, it is just a hidden synchronous 'if Serial.available()' call to a function.