﻿<?xml version="1.0" encoding="utf-8"?>
<html>
    <head>
        <title>
        </title>
    </head>
    <server>
        <miscellaneous>
            <maxconnections>
                <entry value="20" />
            </maxconnections>
        </miscellaneous>
        <control-service>
            <service name="Control" port="5400" multiple="true" />
        </control-service>
        <services>
            <service name="Time" port="5001" />
            <service name="Time" port="5002" />
            <service name="MultiGateWay" port="5100" />
            <service name="MultiGateWay" port="6100" />
            <service name="SingleGateWay" port="5101" allowed_host="localhost" realport="101" desthost="rbowenpc1" destport="23" />
            <service name="SingleGateWay" port="5102" realport="102" allowed_host="localhost" />
            <service name="SingleGateWay" port="5103" realport="103" />
            <service name="Devices" port="5300" />
        </services>
        <terminal-ports>
            <entry device="COM2" service="TerminalPort" port="5602" realport="202" />
            <entry device="COM3" service="TerminalPort" port="5603" realport="203" />
        </terminal-ports>
        <serial-ports>
            <entry device="COM1" service="RealitySerialPort" port="5701" baudrate="38400" flowcontrol="XON" />
            <entry device="COM5" service="RealitySerialPort" port="5702" />
            <entry device="COM6" service="RealitySerialPort" port="5703" />
        </serial-ports>
        <comment>Simple comment</comment>
        <description>
  Line 1 of description
  Line 2 of description
      </description>
    </server>
    <body />
</html>