"Device "IMP_NG_PLSx_REMOTE1" not registered!" in Eclipse | Thales IoT Developer Community
December 16, 2020 - 8:09am, 2455 views
Hi All,
I would like to establish IP connection for remote debugging of PLS62-W in Eclipse but had a problem. This is output from Eclipse message windows:
Using USB port COM6.
Connecting to module...
Initializing module for debugging...
Establishing "IP connection for remote debugging of PLSx"...
Registering ip address "192.168.244.1" of remote debugging device...
Waiting for debug device registration of "IMP_NG_PLSx_REMOTE"...
Passing control to external device emulator...
Failed to connect remote debugging device!
*** Error ***
Device "IMP_NG_PLSx_REMOTE1" not registered!
End of debug session. Emulator is closed
USB port com6 is PLS62-W modem port. Then, a message windows appeared
The libraries of module is as follows
I have turned off the firewall of Windows 7 64bit. How to solve this situation. Thank you.
Hello,
Do you use all the software from the installation package provided by Thales? Can you paste AT^SCFG? output?
Regards,
Bartłomiej
Hi,
Thanks for your reply.
Yes, I installed the program from Thales. The CMTK is "els61-e_rev02.000_arn01.000.01_install-cd.zip"
ati1
Cinterion
PLS62-W
REVISION 02.000
A-REVISION 01.000.04
OK
at^scfg?
^SCFG: "GPRS/AutoAttach","enabled"
^SCFG: "Gpio/****/ASC1","std"
^SCFG: "Gpio/****/DCD0","std"
^SCFG: "Gpio/****/DSR0","std"
^SCFG: "Gpio/****/DTR0","std"
^SCFG: "Gpio/****/FSR","gpio"
^SCFG: "Gpio/****/HWAKEUP","gpio"
^SCFG: "Gpio/****/PULSE","gpio"
^SCFG: "Gpio/****/PWM","gpio"
^SCFG: "Gpio/****/RING0","gpio"
^SCFG: "Gpio/****/SPI","rsv"
^SCFG: "Gpio/****/SYNC","std"
^SCFG: "Ident/Manufacturer","Cinterion"
^SCFG: "Ident/Product","PLS62-W"
^SCFG: "MEShutdown/Fso","0"
^SCFG: "MEShutdown/sVsup/threshold","0","0"
^SCFG: "MEopMode/CFUN","0","1"
^SCFG: "MEopMode/CregRoam","0"
^SCFG: "MEopMode/ExpectDTR","current"
^SCFG: "MEopMode/ExpectDTR","powerup"
^SCFG: "MEopMode/Prov/AutoSelect","off"
^SCFG: "MEopMode/Prov/Cfg","attus"
^SCFG: "MEopMode/RingOnData","off"
^SCFG: "MEopMode/SoR","off"
^SCFG: "MeOpMode/SRPOM","0"
^SCFG: "Radio/Band/2G","0x00000074"
^SCFG: "Radio/Band/3G","0x0004019B"
^SCFG: "Radio/Band/4G","0x080E08DF"
^SCFG: "Radio/Mtpl/2G","0"
^SCFG: "Radio/Mtpl/3G","0"
^SCFG: "Radio/Mtpl/4G","0"
^SCFG: "Radio/OutputPowerReduction","4"
^SCFG: "RemoteWakeUp/Ports","current"
^SCFG: "RemoteWakeUp/Ports","powerup"
^SCFG: "Serial/Ifc","0"
^SCFG: "Serial/Interface/Allocation","0","0"
^SCFG: "Serial/USB/DDD","0","0","0409","1E2D","005B","Cinterion Wireless Modules","PLSx",""
^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","192.168.244.2","192.168.244.1","0"
^SCFG: "Userware/DebugMode","on"
^SCFG: "Userware/Passwd",
^SCFG: "Userware/Stdout","usb1",,,,"off"
^SCFG: "Userware/Watchdog","0"
OK
I can also ping 192.168.244.1.
Thank you.
SCFG seems correct. 192.168.244.1 is a PC side. And how about 192.168.244.2 - does it also reply for PING?
Hi,
Yes, I can also ping 192.168.244.2. Is there anything I should pay special attention to? TKS.
Hello,
It is good that you can ping the both sides. It means that the debug connection was configured and established correctly.
But this feature strongly depends on the system security as it uses the PPP connection to communicate with the device. You need to configure the firewall to allow traffic between both addresses and also check in Windows firewall advanced settings, inbound rules if for Java Platform there is "Allow the connection" checked on general tab.
If this is a corporate PC that you are using (under control of your IT) you may also contact your IT support to make sure if they are not blocking anything.
I have a bit newer version installed on my PC - I tried it and was able to run the debug session today.
But there can be many versions of Windows system with different updates and other software installed, so it is always possible that it is something else than just a firewall or other security settings.
Regards,
Bartłomiej
Hi,
Thanks for your reply. Ok, let me think and try it again.