Installation guide
122
sigsonopen ={none|rtsdtr}
Determines the signal behavior of the serial port when ports are opened
and closed by client from the remote site. When set to none, the open/close
of a port by remote client will not modify the signals state. When set to
rtsdtr, the outgoing signals will be raised on open and dropped on close by
remote client. The flow control configuration of an outgoing signal takes
priority over any behavior specified by the sigsonopen parameter. Please
note that only the TCP connection from the remote site will be effective to
sigsonopen option of opening/closing of a serial port.
customflow ={none|rtscts|dtrdsr|ixonixoff}
The custom flow control used on the line. This option allows for
specifying multiple signals for flow control in non-standard ways, with
combinations for the same direction of data transfer; see the example
below.
Examples Set baud rate and flow control
#> set serial baudrate=9600 flowcontrol=hardware
Set custom flow control
This command sets receive flow control to be RTS and both CTS and DSR to
be used for transmit flow control.
#> set serial customflow=rts,cts,dsr
See also • "revert"
• "show"