RS232 Interface (IKR) for Imola routers
set tserv0 no-tty-check-dsr
makes the router ignore the DSR signal.
set tserv0 tty-check-dcd
enables the control of the DCD signal: when the router becomes active, it makes a TCP connection
towards the configured IP address and then it will send on it the data received from the serial port.
When the signal is turned off, it pulls down the TCP connection.
set tserv0 no-tty-check-dcd
makes the router ignore the DCD signal.
set tserv0 tty-check-cts
enables the control of the CTS signal: when the router becomes active, it makes a TCP connection
towards the configured IP address and then it will send on it the data received from the serial port.
When the signal is turned off, it pulls down the TCP connection.
set tserv0 no-tty-check-cts
makes the router ignore the CTS signal.
set tserv0 tty-server-port <port>
configures the local port for TCP/IP service, on which the router accepts the connection from the
remote host and receives the data to be sent to the serial port
set tserv0 primary-host <ipaddr>
set tserv0 primary-port <port>
configures the IP address and the port of the primary host to which you connect and send the
received data from the serial port, in case that no application has connected to the TCP/IP service
local port.
set tserv0 no-primary-host <ipaddr>
removes the primary host from the configuration.
set tserv0 secondary-host <ipaddr>
set tserv0 secondary-port <port>
configures the IP address and the port of the secondary host to which you connect and send the
received data from the serial port, in case that no application has connected to the TCP/IP service
local port.
set tserv0 no-secondary-host <ipaddr>
removes the secondary host from the configuration.
set tserv0 backup-host <ipaddr>
set tserv0 backup-port <port>
configures the IP address and the port of the backup host to which you connect and to send the
received data from the serial port, in case that no application has connected to the TCP/IP service
local port and neither the primary nor the secondary hosts are reachable.
set tserv0 source <ipaddr>
Specify the IP address to use as source address during the TCP/IP communication toward the
remote system.
set tserv0 no-backup-host <ipaddr>