Can't run midlet on the evaluation board (EHS6) | Thales IoT Developer Community
November 5, 2014 - 3:04pm, 6148 views
Hi all,
Suddnely, after a week of working, the evaluation board is not working any more.
Every time i'm runing a midlet using the Eclipse I'm getting the following error:
Using USB port COM5.
Connecting to module...
Initializing module for debugging...
Enabling EHSx debug ****...
Waiting for EHSx module reset...
Establishing "IP connection for remote debugging of EHSx"...
Passing control to external device emulator...
The specified port is not open.
Establishment of TCP/IP connection failed!
Check the COM connection and dial up network parameters!
*** Error ***
Device "IMP_NG_EHS5_REMOTE1" not registered!
End of debug session. Emulator is closed!
This is the scfg data:
AT^SCFG?
^SCFG: "Call/ECC","0"
^SCFG: "GPRS/AutoAttach","enabled"
^SCFG: "Gpio/****/ASC1","std"
^SCFG: "Gpio/****/DAI","gpio"
^SCFG: "Gpio/****/DCD0","std"
^SCFG: "Gpio/****/DSR0","std"
^SCFG: "Gpio/****/DTR0","std"
^SCFG: "Gpio/****/FSR","gpio"
^SCFG: "Gpio/****/HSIC","rsv"
^SCFG: "Gpio/****/PULSE","gpio"
^SCFG: "Gpio/****/PWM","gpio"
^SCFG: "Gpio/****/RING0","std"
^SCFG: "Gpio/****/SPI","rsv"
^SCFG: "Gpio/****/SYNC","gpio"
^SCFG: "Ident/Manufacturer","Cinterion"
^SCFG: "Ident/Product","EHS6"
^SCFG: "MEShutdown/Fso","0"
^SCFG: "MEopMode/SoR","off"
^SCFG: "Radio/Band","511"
^SCFG: "Radio/OutputPowerReduction","4"
^SCFG: "Serial/Interface/Allocation","1","1"
^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","usb",,,,"off"
^SCFG: "Userware/Watchdog","0"
OK
Thanks in advance
Shaul
Are you maybe allready connected to module trough some terminal? Because you can't have 2 connections at same time trough 1 port (USB or RS232).
No, even restarted the computer twice.
Anyone??? that's realy important for me.
There is one more thing that you can check, but only if you reintalled the module before you had the problem. Have you selected the type of network your connection(home,work,public) is? Because that can also cause the problem.
Hi Shaul,
Please try to change Userware/Stdout to some other interface, for example 'usb4'.
'usb' is probably connected to the ****m you are using for debugging.
If it does not help please try to get the scfg output once again and check if there are no changes to the one you have published.
I can't see any more problems in the published one.
Maybe you have done some changes to your PC, conneted new harware etc.
You can run the installer in a repair **** or uninstall completely and install again.
For me this problem doesn't seem to be caused by firewall but you can check.
Best regards,
Bartłomiej
Hi,
I'm trying to run an Xbee radio interface over the Cinterion Concept Board. The Xbee library i'm using need to address the radio interface as COMXX (for example COM45 when connected to my laptop).
Once I put the radio interface over the ConceptBoard, how should I address the Xbee port?
Tks in advance
Marcello
Hello Marcmelita,
If you are connecting the Xbee radio interface to the ConceptBoard I assume that you want to access it from the MIDlet application developed for the Cinterion wireless module. So you probably have the library version suitable for the Java vesion on the module.
The port naming convention is the same as on PC.
You can check the possible ports by executing the following code:
System.getProperty("microedition.commports");
The example output can be as follows:
COM0,USB0,USB3,USB4,USB5
COM0 in java is ASC0 interface, COM1 is ASC1 interface.
Best regards,
Bartłomiej