:::::::::::::
:: TTYMODE ::
:::::::::::::
(only sysop, init.bcm, option FEATURE_SERIAL(Linux) or _TTY(DOS) in config.h)
Syntax:
Linux: TTYM(ODE) [ off | /dev/tty<n> ]
DOS:   TTYM(ODE) [ off | <comnr>:<speed>,<parity>,<dbits>,<sbits>, [ E | L ] ]
(default: off)

Defines parameters used for serial port.

Example for DOS:   ttym 1:9600,n,8,1,e
        for Linux: ttym /dev/tty9

You can switch off TTY port with "ttym off" (default).
The base address of serial port is taken from BIOS (DOS only).

See also HELP TTYFWD and HELP TTYINIT