OPEN comspec$ AS console
A serial port can be opened with “AS CONSOLE”. In this case any data received will be treated the same as keystrokes received from the keyboard and any characters sent to the video output will also be transmitted via the serial port. This enables the remote control of MMBasic via a serial interface.
See also:
CLOSE
CLOSE CONSOLE
INPUT$
LOC
LOF
OPEN
SETPIN
Leave a Reply