SimConnect used by another app
Posted: Wed Dec 12, 2007 5:21 am
Hi
I have 3rd party application that uses SimConnect to "talk" to FSX. It configures simconnect to use specific port - this is configuration file SimConnect.xml:
Now when I use this xml file with FSX, my TrackIR 4 stops working. When I remove this SimConnect.xml, TrackIR works again. I watched monitoring part of my firewall and it seems that TrackIR needs different port for SimConnect.
So is there any way how I can use both? I know author of that application so if there's any way how this application and TrackIR software can share SimConnect, he can probably implement some changes.
Regards
Petr
I have 3rd party application that uses SimConnect to "talk" to FSX. It configures simconnect to use specific port - this is configuration file SimConnect.xml:
Code: Select all
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
<SimConnect.Comm>
<Disabled>False</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<Address>127.0.0.1</Address>
<Port>17200</Port>
</SimConnect.Comm>
</SimBase.Document>
So is there any way how I can use both? I know author of that application so if there's any way how this application and TrackIR software can share SimConnect, he can probably implement some changes.
Regards
Petr