$SERIALINPUT2LCD

Top  Previous  Next

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