The forward command sets X.3 parameter 3.
forward allows you to select the character sequence you want to use to tell the pad program that it has received a complete character sequence that it should assemble and forward.
Possible values are:
Value |
Data-forwarding characters |
---|---|
1 |
alphanumeric characters |
2 |
CR |
4 |
ESC, BEL, ENQ, ACK |
8 |
DEL, CAN, DC2 |
16 |
ETX, EOT |
32 |
HT, LF, VT, FF |
64 |
all other control characters, except XON, XOFF, DEL, CAN, DC2 |
To enter a combination of values, add them together, for example, the default value is 48, that is 16 plus 32.
If you do not specify a value, forward displays the current setting.