Eclipse Mars.2 cannot connect to Connect IQ Device Simulator

When I Build/Run the default test app from the Programmer`s Guide Getting Started in Eclipse Mars.2, it cannot connect to the Connect IQ Device Simulator. I tried disabling the Firewall but it's not that. Is there a description for the Transport Error 0?

BUILD: Complete
Attempt 1 to connect to simulator..

Found Transport: tcp
Connecting...
Connecting to device...
Timeout waiting for device info
Transport Error 0
Connection Finished
Closing shell and port
Found Transport: tcp
Connecting...
Connecting to device...
Timeout waiting for device info
Transport Error 0
Connection Finished
Closing shell and port
  • Former Member
    Former Member over 9 years ago
    So it tries only once, because it receives the "Connection Finished" response.

    This looks like wrong response from shell or simulator, as it also prints
    "Timeout waiting for device info
    Transport Error 0

    Nevertheless, you could check if some other program uses ports 1234-1238, mostly 1234 as it fails on the first attempt.

    You can use something like this if using Window:
    www.nirsoft.net/.../cports.html