The tgtty command configures the target system serial port settings.
tgtty
[default]
[9600 | 19200 | 38400 | 57600 | 115200]
[data8 | data5 | data6 | data7]
[stop1 | stop2]
[noparity|oddparity|evenparity|lowparity|highparity]
[noxon | xon]
[echo | noecho]
Options can be combined in one statement. Entered without options the tgtty command displays the current settings.
The target system serial port's default settings are:
9600 data8 stop1 noparity noxon echo
| Default | Set the default target system serial settings |
|---|---|
| [9600 | 19200 | 38400 | 57600 | 115200] | Choose a baud rate. |
| [data8 | data5 | data6 | data7] | Specify data bits. |
| [stop1 | stop2] | Specify stop bits. |
| [noparity | oddparity | evenparity |lowparity | highparity] | Define parity. |
| [noxon | xon] | Enable or disable XON/XOFF flow control. |
| [echo | noecho] | Enable or disable target system echo feature. |