XM1630S Software Reference Manual
No. XM1630S-A00-104
xmodus swiss GmbH
23 / 32
set_esc:
set_esc enable
= Enable escape to command mode
set_esc disable
= Disable escape to command mode
This monitor flag will enable or disable the scanning of
the escape sequence.
set_str:
set_str xxx
= Defines the escape string
The Telnet Server scans for this escape sequence and
transfers the control to the command parser. By
default, the Telnet Server scans for “+++”.
Example:
s++<cr>
/ Defines “+++” as escape string (default).
set_dialin:
set_dialin enable
= Dial-in to the LAN modem enabled (incoming calls).
set_dialin disable
= Dial-in disabled.
Note:
set_dialin_port must be defined prior to this command
Example:
set_dialin_port 8000<cr>
/ Defines port 8000 for incoming calls.
set_dialin enable<cr>
/ Dial-in to the LAN modem enabled. The modem
becomes reachable over port 8000.
set_dialin_port:
set_dialin_port xxxx
= Defines server port number for dial-in (incoming calls)
Example:
set_dialin_port 8000<cr>
/ Defines port 8000 for incoming calls.
set_dialout_ip:
set_dialout_ip xxxx
= Defines the default IP address for automatic dial-out
Example:
set_dialout_ip 192.168.1.32<cr>
/ Defines address for automatic dial-out function.