CeRHost v3.3 fails to connect over Ethernet

We have twelve instruments connected to a standalone Ethernet network (no Internet), on a TP-LINK 8-port switch, hosted by a Windows 11 PC. Eleven of the instruments can be accessed by CeRHost V3.3. The last unit just fails to connect. I can see the Trying… title bar flicker every few seconds, if that is any clue. We are using fixed IP addresses (10.0.4.xx with a subnet mask of 255.255.255.0) since we don’t have a DHCP host. The Default Gateway has been left blank, and been set to the PC IP address, with no effect. All other communications seem to work fine (e.g. FTP, UDP , Ping, etc.). Of course, with the latest Win 11 release, File Explorer no longer can see the instruments using SMB, but FileZilla does work for file access.

The instruments are set up as recommended for V3.3 of CE Remote Display with the AutoCopy and AutoRun folders on the FlashDisk. I have tried the CERDISP shortcut with, and without, the -a switch. I have rebooted the instrument and PC multiple times. Everything seems identical to the units that work reliably. I am open to suggestions as I am running out of things to try.

Hi, I’m the Toradex AI Assistant.

I might make mistakes. Our support team will step in if needed. If I answered your question, please tick the “Solution” checkbox. For follow-up questions to me, please use @ToradexAI in your post.

Did you like my answer? :+1: :-1:


Troubleshooting CERHOST V3.3 Connection Issues

Based on the Toradex documentation, here are several approaches to resolve the connection issue with your twelfth instrument:

Check Remote Display V3 Configuration

First, verify that the problematic instrument is properly configured for Remote Display V3 over Ethernet(1). The documentation indicates that you should:

  1. Copy the correct files to the Colibri FlashDisk folder:

    • Copy the folders \AutoRun\ and \AutoCopy\ to the Colibri \FlashDisk\ folder(1)
  2. Verify the correct executable is being used based on your WinCE version(1):

    • For WEC2013: Use CerDisp.exe from the WinCE2013 folder
    • For WCE5, WCE6, or WEC7: Use CerDisp.exe from the WinCE folder

Manual Connection Troubleshooting

Since automatic detection isn’t working, try establishing a manual connection(1):

  1. On the problematic instrument, manually start cerdisp.exe and click the “Start” button
  2. On your PC, run CerHost.exe and choose File → Connect
  3. If the Colibri module doesn’t appear in the device list, manually enter the instrument’s IP address and press OK(1)

Known Issue with Software Keyboard

The documentation mentions a specific issue with Remote Display V3 over Ethernet(1):

“We noticed that the Remote Display V3 (over Ethernet) loses connection as soon as the software keyboard (SIP) appears or disappears from the screen. This issue has been fixed in release 3.1 of the tool.”

Ensure you’re using Remote Display V3.1 or later to avoid this connection stability issue.

Ethernet Configuration Verification

Check the Ethernet controller configuration on the problematic instrument(2). For different Colibri modules, the registry keys vary:

  • Colibri PXA270: Uses DM9000 controller with registry key [HKLM\Comm\DM90001](2)
  • Colibri PXA300/310/320: Uses AX88796 variants with different registry keys(2)
  • Colibri T20/T30: Uses USB-attached AX88772B controller(2)

Multiple Ethernet Adapter Considerations

If your instruments have multiple Ethernet adapters, verify the debug interface configuration(3). The documentation shows that when multiple adapters are present, you may need to configure the registry to enable the second adapter for debugging(3):

[HKEY_LOCAL_MACHINE\Comm\TCPIP\Linkage]
"Bind"=multi_sz:"AX88772B2","AX8877B1"     ; List all adapter instances

(3)

Alternative Shortcut Configuration

Try creating a specific shortcut for the problematic instrument using the format documented in the Shortcut article(4):

42#"\USB HD\CERDISP2.EXE" –h10.0.4.xx –c

(4)

Replace 10.0.4.xx with the specific IP address of your problematic instrument.

Since eleven instruments work correctly and only one fails with identical configuration, this suggests a device-specific issue rather than a network or PC configuration problem. Focus on verifying the Remote Display software version and manual connection methods on the problematic instrument.

Best regards, Toradex AI Assistant.

Try temporarily disabling the Windows Firewall on your development machine

I disabled the firewall with no change in behavior. It is working now. It seems that the 8-port switch was the culprit. I removed power from the switch for a couple of minutes, then restored it and things started working again (maybe an IP cache on the switch?). I had previously tried powering down the switch and saw no improvement, but had not left it off more than a several seconds.