Line Commands
162
IOLAN Device Server User’s Guide, Version 1.8
Line Service Commands
Set Custom-App
Set Telnet-Client
Description
You can create a custom application that can run on a specific serial line in Device
Server using the Perle SDK.
User Level
Admin
Syntax
set custom-app line .|<number>|* program-command-line <command>
Options
program-command-line
The name of the SDK program executable that has been already been downloaded to
the Device Server, plus any parameters you want to pass to the program. Maximum of
80 characters. Use the
shell
CLI command as described in the
SDK Programmer’s
Guide
to manage the files that you have downloaded to the Device Server. For example,
using sample outraw program, you would type:
outraw 192.168.2.1:10001 Acct:10001
if you were starting the application on a line.
Description
Configures telnet parameters.
User Level
Normal, Admin
Syntax
set telnet-client [termtype <terminal_name>] [line-mode on|off]
[map-cr-crlf on|off] [local-echo on|off] [echo <00-7f>]
[eof <00-7f>] [erase <00-7f>] [intr <00-7f>] [quit <00-7f>]
[escape <00-7f]
Options
termtype
Type of terminal attached to this line; for example, ANSI or WYSE60.
line-mode
When
On
, keyboard input is not sent to the remote host until
Enter
is pressed,
otherwise input is sent every time a key is pressed. Default is
Off
.
map-cr-crlf
Maps carriage returns (CR) to carriage return line feed (CRLF). The default value is
Off
.
local-echo
Toggles between local echo of entered characters and suppressing local echo. Local
echo is used for normal processing, while suppressing the echo is convenient for
entering text that should not be displayed on the screen, such as passwords. This
parameter can only be used when
Line Mode
is
On
. Default is
Off
.
echo
Defines the echo character. When Line Mode is On, typing the echo character echoes
the text locally and sends only completed lines to the host. This value is in hexadecimal
with a default value of
5
(ASCII value
^E
).
eof
Defines the end-of-file character. When Line Mode is On, entering the eof character as
the first character on a line sends the character to the remote host. This value is in
hexadecimal with a default value of
4
(ASCII value
^D
).
erase
Defines the erase character. When Line Mode is Off, typing the erase character erases
one character. This value is in hexadecimal with a default value of
8
(ASCII value
^H
).
Summary of Contents for IOAN DS1
Page 1: ...IOLAN DS Family DS1 TS2 User s Guide Version 1 8 Part 5500162 18 November 2006...
Page 18: ...Table of Contents 18 IOLAN Device Server User s Guide Version 1 8...
Page 50: ...EIA 232 Cabling Diagrams 50 IOLAN Device Server User s Guide Version 1 8...
Page 194: ...I O Commands 194 IOLAN Device Server User s Guide Version 1 8...
Page 202: ...API I O Access Over TruePort 202 IOLAN Device Server User s Guide Version 1 8...
Page 210: ...Glossary 210 IOLAN Device Server User s Guide Version 1 8...
Page 214: ...Index 214 IOLAN Device Server User s Guide Version 1 8...