| For this option... | Select... |
|---|---|
| Baud rate | 9600 |
| Data bits | data8 |
| Stop bits | stop1 |
| Parity | noparity |
| XON/XOFF flow control | noxon |
| Target echo feature | echo |
If the Ethernet TAP probe target serial port settings do not match the serial port settings of your target system, use the following steps.
tgtty [9600|19200|38400|57600|115200] [data8|data5|data6|data7] [stop1|stop2] [noparity|oddparity|evenparity|lowparity|highparity] [xon|noxon] [echo|noecho]
For example:
tgtty 19200 data8 stop2 noparity noxon echo