Use the following procedure to configure a RealPort device for a terminal. For more information on configuring a serial device for a terminal see Setting Up and Managing Terminals on the DG/UX System on the user documentation CD that came with your system.
The PortServer and RealPort should be properly installed, configured and functioning before connecting a terminal.
|
Cable |
Flow Control Compatibility |
| RJ-45/RJ-11 3-pin Terminal/Printer Cable | Software Only (ixon/ixoff) |
| DB-25 3-pin Terminal/Printer Cable | Software Only (ixon/ixoff) |
| RJ-45 4-pin Terminal/Printer Cable | Software (ixon/ixoff) or Hardware (ready/busy) |
| DB-25 4-pin Terminal/Printer Cable | Software (ixon/ixoff) or Hardware (ready/busy) |
set dev port=prn ra=12
This example sets dev=prn for port 12 of a PortServer.
set port altpin=on ra=12
This example sets altpin=on for port 12 of a PortServer.
As root edit /etc/ttydefs and change lines that begin with an "M" by adding clocal just before the second ":" in the line and adding -clocal just before the third ":". These should be separated by spaces like the other options. For example, here is the "M9600" line after editing.
M9600: 9600 echo echoe echok kill erase intr hupcl cs8 opost onlcr icrnl cread clocal : 9600 echo echoe echok iexten kill erase intr hupcl icanon cs8 opost icrnl onlcr cread ixon ixoff isig tab3 -clocal ::M9600
You should now be able to login over the terminal.