i am having the same issues connecting.
Windows 8.1 - up to date
FSX:SE - Never had FSX installed on this machine before
Installed PE
Removed the old version of Simconnect.
Installed the version of Simconnect that came with PE
Running PE as administrator
When i try to launch PE (it does see FSX because if i am not loaded it will say unable to locate aircraft position.
Once PE is launched and i try to connect, i get a Protocol Error in the command line window.
Searched and verified there is no other versions of simconnect.xml
I have browsed through the forums and cannot seem to find anything else to try
Any suggestions would be greatly appreciated.
here is my simconnect xml file
<?xml version="1.0" encoding="Windows-1252"?>
<SimBase.Document Type="SimConnect" version="1,0">
<Descr>SimConnect Server Configuration</Descr>
<Filename>SimConnect.xml</Filename>
<Disabled>False</Disabled>
<!-- Example Global (remote) Pipe Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>Pipe</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Port>REPLACE_WITH_PORT_NAME</Port>
</SimConnect.Comm>
<!-- Example Global (remote) IPv6 Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv6</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Address>::</Address>
<Port>REPLACE_WITH_PORT_NUMBER</Port>
</SimConnect.Comm>
<!-- Example Global (remote) IPv4 Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv4</Protocol>
<Scope>global</Scope>
<MaxClients>64</MaxClients>
<Address>0.0.0.0</Address>
<Port>REPLACE_WITH_PORT_NUMBER</Port>
</SimConnect.Comm>
<!-- Example Local Pipe Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>Pipe</Protocol>
<Scope>local</Scope>
<MaxClients>64</MaxClients>
<Port>REPLACE_WITH_PORT_NAME</Port>
</SimConnect.Comm>
<!-- Example Local IPv6 Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv6</Protocol>
<Scope>local</Scope>
<MaxClients>64</MaxClients>
<Address>::1</Address>
<Port>REPLACE_WITH_PORT_NUMBER</Port>
</SimConnect.Comm>
<!-- Example Local IPv4 Server Configuration-->
<SimConnect.Comm>
<Disabled>True</Disabled>
<Protocol>IPv4</Protocol>
<Scope>local</Scope>
<MaxClients>64</MaxClients>
<Address>127.0.0.1</Address>
<Port>REPLACE_WITH_PORT_NUMBER</Port>
</SimConnect.Comm>
</SimBase.Document>