The format for this command is:
tr [-2] [port]
where:
-2 | Selects 2-port mode. |
port | Selects a specific port |
PMON> tr tty2 connect to port tty2 SAR> r display registers on SAR board ^K return to main board PMON> r display registers on main board
tty2 is the name of the pseudo tty port (located in shared memory) that is used to communicate with the SAR board.
Note that if you are using 2-port download mode. You will need to add the option '-2' to indicate that you need 2-port transparent mode. For example,
PMON> tr -2 tty2
In this case the Monitor not only copies characters typed on the keyboard to tty2 and characters arriving on tty2 to the screen. It also copies characters arriving on tty1 to tty3, and characters arriving on tty3 to tty1.
The trabort Variable
The environment variable trabort selects the character that terminates the transparent mode and returns the Monitor to the default command mode.
The hostport Variable
The environment variable hostport determines the default port for the tr command.
Navigation: Document Home | Document Contents | Document Index