XM1630S Software Reference Manual
No. XM1630S-A00-104
xmodus swiss GmbH
30 / 32
6. APPLICATIONS
6.1 Setting up a Telnet Configuration Session
Ensure that the TELNET service is enabled, its port number is known and the IP
address of the modem is known (default 192.168.1.3 port 23). Configure password
protection and trusted IP address as required. (These changes can always be
performed over the local serial interface).
With a Telnet client connect to the LAN module’s IP address and port number.
Afterwards you will see the AL6000S welcome message and you can start your
configuration session over Telnet.
6.2 Start a manual dial-out session in TELNET mode
The following commands should be issued (example):
set_raw_socket disable<cr>
/ Ensure TCP socket is Telnet
set_dialout_port 8000<cr>
/ Defines port number 8000
set_dialout_ip 192.168.1.77<cr>
/ Defines server IP address 192.168.1.77
set_dial_out enable<cr>
/ Make sure that dial-out is activated
Then start the dial-out procedure with ATD command:
ATD<cr>
/ Connect to the default Telnet server
The default settings can be overwritten as required by extending the ATD command
(example):
ATD T 192.168.1.37 1499
/ Connect to TELNET TCP socket at
192.168.0.37, on port 1499
If the TELNET server supports TELNET binary mode it is possible to perform file
transfers, such as with xmodem and zmodem protocols.
6.3 Start a manual dial-out session in RAW mode
The following commands should be issued (example):
set_raw_socket enable<cr>
/ Ensure RAW socket is used
set_dialout_port 8000<cr>
/ Defines port number 8000
set_dialout_ip 192.168.1.77<cr>
/ Defines server IP address 192.168.1.77
set_dial_out enable<cr>
/ Make sure that dial-out is activated
Then start the dial-out procedure with ATD command:
ATD<cr>
/ Connect to the default Telnet server in RAW
mode