beginSerial or Serial.begin

http://www.arduino.cc/playground/Learning/SerialLCD
beginSerial(19200); on this example

should be Serial.begin(19200); ?

Yes.

Maybe 0020 has some new function 'beginserial' though.