Use this procedure to configure a Digi serial device for a terminal. See your operating system documentation for more information on configuring a serial device for a terminal.
set port dev=rp ra=12
This example sets PortServer port 12 to be a RealPort device.
Note: If your PortServer firmware does not support the dev=rp option, use dev=prn instead.
set port altpin=on ra=12
This example sets altpin=on for port 12 of a PortServer.
Example 1: RedHat getty_ps
An example of a common RedHat terminal install script where getty is getty_ps would be:
dl:2345:respawn:/sbin/getty_ps ttyaa11 DT9600 vt100Example 2: Debian agetty
An example of a common Debian terminal install script where getty is agetty would be:
D1:23:respawn:sbin/agetty -L ttyaa11 19200 vt100Example 3: mgetty
An example of an mgetty modem script which is available both in RedHat and Debian is:
T3:23:respawn: /sbin/mgetty -x0 -s 115200 ttyaa11
init q