I'm experiencing a problem I can't solve. This line causes the serial input (Serial over USB) to stop working. Output is fine. Commenting out the line solves the problem.
// initializing LCD panel and setting interface pins
LiquidCrystal lcd(12, 11, 5, 4, 3, 2) ;