<?xml version="1.0" encoding="utf-8"?>
<configuration>
	<appSettings>
		<add key="ObdKeepConnectionOpen" value="1"/>
		<add key="EcuPath" value="Ecu"/>
		<add key="ApiTrace" value="1" />
		<add key="IfhTrace" value="1" />
		<add key="Interface" value="ENET"/>
		<!--
        The entries for Interface, ApiTrace, IfhTrace, TraceBuffering, EcuPath and RetryComm are taken from EDIABAS.INI if not present here.
        Additionally the ENET interface reads the settings from the XEthernet section, if the RemoteHost is a valid ip address.
-->
		<!--
        <add key="Interface" value="STD:OBD"/>
        <add key="EcuPath" value="C:\EDIABAS\Ecu"/>
        <add key="RetryComm" value="1"/>
        <add key="TraceBuffering" value="0"/>
        <add key="IfhTraceBuffering" value="1"/>
        <add key="AppendTrace" value="1"/>
-->
		<!-- <add key="ObdComPort" value="BLUETOOTH:BTSERIAL#PIN"/> -->
		<!-- <add key="ObdComPort" value="COM3" /> -->
		<!-- <add key="ObdComPort" value="FTDI:SER=FTDISERIAL" /> -->
		<!-- <add key="AdsComPort" value="COM4" /> -->
		<!-- <add key="ApiTraceName" value="api.log"/> -->
		<!-- <add key="IfhTraceName" value="ifh.log"/> -->
		<add key="LockTrace" value="0"/>
		<add key="EnetRemoteHost" value="auto:all" />
		<!-- <add key="EnetDiagnosticPort" value="50160" /> -->
		<!-- <add key="EnetControlPort" value="50161" /> -->
		<!-- <add key="EnetIcomAllocate" value="1" /> -->
		<!--
        <add key="ApiTrace" value="0" />
        <add key="IfhTrace" value="0" />
        <add key="ObdDtrTimeCorrCom" value="0.3"/>
        <add key="ObdDtrTimeCorrFtdi" value="0.3"/>
        <add key="ObdAddRecTimeout" value="20"/>
        <add key="ObdFtdiBitBang" value="0"/>
-->
	</appSettings>
</configuration>
