Configuring computer (DTE) connections is very similar to configuring terminal connections. Consequently, this section simply discusses the differences between these connection types.
This section assumes that
To configure a port for a directly-connected PC--where the PC always initiates the connection-- configure the connection as you would a terminal connection, except on the set ports command, specify the following:
This example configures a directly-connected PC.
set ports range=4 dev=min
set line range=4 baud=19200
set flow range=4 ixon=off ixoff=off rts=on cts=on
To configure a reverse Telnet connection to a non-TCP/IP host, that is a connection that always originates on the Digi device's side, configure the connection as you would a terminal connection, except do the following:
You may want to set up the terminal and modem ports on the Digi device as autoconnect ports, enabling port users to automatically connect to the BBS.
In this example, ports 2-12 are set up for a BBS host.
set ports range=2-12 dev=prn group=70
set line range=2-12 baud=19200
set flow range=2-12 ixon=off ixoff=off
rts=on cts=on
set altip group=70 ip=199.179.23.10