EHSx debugging error: Device not registered | Telit Cinterion IoT Developer Community
March 9, 2017 - 11:43am, 4081 views
I am trying to set up debugging on a Concept board. I have made a fresh install of the tools. However whenever I try and run the program in eclipse I get the following console messages:
Using USB port COM48.
Connecting to module...
Initializing module for debugging...
Enabling EHSx debug mode...
Waiting for EHSx module reset...
Passing control to external device emulator...
*** Error ***
Device "IMP_NG_EHS5_REMOTE1" not registered!
End of debug session. Emulator is closed!
What does this mean? and how do I fix it?
Hi
had the same problem. Follow the procedure in the ehsx_java_userguide_v05.pdf Chapter 10.2.2
After this everything worked fine for me except for being a pain in the xyz to restart the device after almost every debug session, as it cannot reconnect again :-(
Haven't found a solution for this yet, eventhough I tried every hint I found in the forum...
Good luck
Hello,
Please make sure that the port COM48 replies to AT commands. Is it possible that the port COM48 is open by another app like terminal.
If so please release modem com port in all terminal apps. If this will not help, close all the USB ports and reboot the module.
Regards,
Bartłomiej
yes COM48 replies to AT commands. There are no terminals connected to it either. I have power cycled the module a few ***** and no change.
This worked fine a few months ago. Not sure what has changed
Maybe the SIM card is not inserted. please also make sure that you have following setting in SCFG:
^SCFG: "Gpio/mode/DCD0","std"
^SCFG: "Gpio/mode/DSR0","std"
^SCFG: "Gpio/mode/DTR0","std"
Please check if the system out is not redirected to COM48.
Regards,
Bartłomiej
^SCFG: "Gpio/mode/DCD0"
^SCFG: "Gpio/mode/DSR0"
^SCFG: "Gpio/mode/DTR0"
are all set to "gpio". I have set them to "std"
by system out you mean stdout?
Stdout is going through asc0
Yes, I was meaning stdout, I wanted to be sure that it is not set to USB0 on COM48.
Please also check if "IP connection for remote debugging of EHSx" is used and there's no "#2" added for example.
Please make sure that that you have "IMP_NG_EHS5_REMOTE1" in the project configuration and no "IMP_NG_EHS5" for example.