Thales' cellular IoT products business is now part of Telit Cinterion, find out more.

You are here

"No module found" during CWTK installation (Debug Connexion) | Telit Cinterion IoT Developer Community

February 3, 2015 - 4:18pm, 5850 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