User guide
The Preset File Format
The text file format for Serial/IP is as follows:
<Label>,<IP Address>,<TCP Port Number>,<Auth Option>,
<Connection Protocol>,<COM Port Options>,...
Where:
Field Value Description
Label Descriptive text
string
Will appear in the Presets drop-down box in the
Control Panel
IP Address xxx.xxx.xxx.xxx
or
DNS name
Sets value of IP Address
TCP Port Number A valid TCP port
number
Sets value of Port Number
Auth Option noauth Selects No Login Required
authwindows Selects Use Windows Credentials
authloginprompt Selects Prompt at Login
authmanual Selects Use Credential Below
authportopenprompt Selects Prompt on COM Port Open
Connection Protocol telnet Selects Telnet
crpad Selects Telnet with CR-Padding
raw Selects Raw TCP Connection
COM Port Option dun / nodun Selects/deselects DTR is modem escape
dsr / nodsr Selects/deselects DTR
dcd / nodcd Selects/deselects DCD always high
reconnect /
noreconnect
Selects/deselects Restore Failed Connections
No extra spaces are allowed except in the Label field.
Preset File example:
Server 1,10.0.0.1,6000,noauth,telnet,nodun,nodsr,nodcd,reconnect