"No module found" during CWTK installation (Debug Connexion) | Telit Cinterion IoT Developer Community
February 3, 2015 - 4:18pm, 5403 views
Hello everyone,
I am currently trying to run Java program (simple Hello World) on a Cinterion EHS5 module, and eclipse returns the following error :
Debug RAS connection is not installed!
Please start Cinterion CMTK setup in maintenance mode and select "Repair".
Passing control to external device emulator...
*** Error ***
Device "IMP_NG_EHS5_REMOTE1" not registered!
End of debug session. Emulator is closed!
During the CWTK installation, the IMT Debug Connexion doesn't find any module during the COM ports scan. I believe this is the issue, but I have no idea how to solve it.
I am working on a Windows 7 virtual machine. I have installed the module and I am able, through putty, to run AT commands.
Here is the result of the AT^SCFG? command :
at^scfg?
^SCFG: "Call/ECC","0"
^SCFG: "GPRS/AutoAttach","enabled"
^SCFG: "Gpio/mode/ASC1","rsv"
^SCFG: "Gpio/mode/DAI","std"
^SCFG: "Gpio/mode/DCD0","gpio"
^SCFG: "Gpio/mode/DSR0","gpio"
^SCFG: "Gpio/mode/DTR0","std"
^SCFG: "Gpio/mode/FSR","gpio"
^SCFG: "Gpio/mode/PULSE","gpio"
^SCFG: "Gpio/mode/PWM","gpio"
^SCFG: "Gpio/mode/RING0","gpio"
^SCFG: "Gpio/mode/SPI","rsv"
^SCFG: "Gpio/mode/SYNC","gpio"
^SCFG: "Ident/Manufacturer","Cinterion"
^SCFG: "Ident/Product","EHS5-E"
^SCFG: "MEShutdown/Fso","0"
^SCFG: "MEopMode/SoR","off"
^SCFG: "Radio/Band","147"
^SCFG: "Radio/OutputPowerReduction","4"
^SCFG: "Serial/Interface/Allocation","0","0"
^SCFG: "Serial/USB/DDD","0","0","0409","1E2D","0058","Cinterion Wireless Modules","EHx",""
^SCFG: "Tcp/IRT","3"
^SCFG: "Tcp/MR","10"
^SCFG: "Tcp/OT","6000"
^SCFG: "Tcp/WithURCs","on"
^SCFG: "Trace/Syslog/Otap","0"
^SCFG: "URC/Ringline","local"
^SCFG: "URC/Ringline/ActiveTime","2"
^SCFG: "Userware/Autostart","1"
^SCFG: "Userware/Autostart/Delay","0"
^SCFG: "Userware/DebugInterface","0.0.0.0","0.0.0.0","0"
^SCFG: "Userware/DebugMode","on"
^SCFG: "Userware/Passwd",
^SCFG: "Userware/Stdout","null",,,,"off"
^SCFG: "Userware/Watchdog","0"
OK
Eclipse and the JDK I am using are from the provided ressources.
If anyone has any insight on the matter, I would greatly appreciate any help.
Manfred
Hi,
My suggestions are:
Reinstall the SDK or just install manually the debug port. Follow the link:
https://iot-developer.thalesgroup.com/threads/eclipse-ide-setup-concept-...
Regards
Alopez
Somewhere over the rainbow!!! Looking for the Oz Land!!!
Thank you for your answer Alopez, but that was not the issue.
I finally have found the problem. Turns out I was using the wrong port : I was connected with ASC0 instead of USB.
But I have yet to finish installing the card. The SDK is installed and seems to work fine, but, in eclipse, when I run a project, I get the following error message :
I have of course deactivated my firewall. When I try to connect to the IP connection for remote debug, I get either that the module sent back an error, or a hardware deficiency.
Any idea how to solve this problem ?
Hello,
Please verify if the port that is used by the debugger is the same as you can find in Device Manager for Cinterion EHSx Java Debug Modem.
Check the modem via Device Manager and check if you can connect to it with the terminal and execute commands.
Please also disconnect the terminal before starting debug session.
Please also try to change the following settings:
^SCFG: "Gpio/mode/DCD0","gpio"
^SCFG: "Gpio/mode/DSR0","gpio"
^SCFG: "Gpio/mode/DTR0","std"
to "std":
^SCFG: "Gpio/mode/DCD0","std"
^SCFG: "Gpio/mode/DSR0","std"
^SCFG: "Gpio/mode/DTR0","std"
Please let me know if it helps.
Best regards,
Bartłomiej
Oh wow it finally works ! Thank you very much !
Regards,
Manfred