$SERIALINPUT2LCD
Action
This compiler directive will redirect all serial input to the LCD display instead of echoing to the serial port.

Syntax
$SERIALINPUT2LCD

Remarks
You can also write your own custom input or output driver with the $SERIALINPUT and $SERIALOUTPUT statements, but the $SERIALINPUT2LCD is handy when you use a LCD display.

See also
$SERIALINPUT , $SERIALOUTPUT


Example
$SERIALINPUT2LCD

Dim v as Byte
CLS
INPUT
"Number ", v 'this will go to the LCD display