Speed O Meter serial display to LCD

This should help get you on track:

One additional hint:

char ch=Serial2.println();

You're trying to print something you haven't read yet, or even looked for in the buffer.

So: review the IDE example sketch
Examples >> Communication >> Multi Serial