EHS6 Tera term after loading can not input command! | Thales IoT Developer Community
August 4, 2015 - 1:25pm, 5862 views
Hello
Now i connect to EHS6 by tera term thought RS232c. But when device restart completed i can not input command into the tera term windows!
Loading flow: ^SYSLOADING -> ^SYSSTART -> +PBREAY -> 1minute waiting after that could not input command
What happing in this devices? How to fix it?
Hello,
Have you tried other interfaces? In case of USB for example you should close all USB connections to the module before restarting it. In case of RS232 it is possible that there is a power saving configured on serial interfaces (default setting) - please check the reply to AT^SPOW? command - it should be ^SPOW: 1,0,0 to communicate without problem. Please read more about it in the AT commands specification document.
Have you been able to send any AT command to the module? Do you append CR character (013) to the AT command you send? Maybe the terminal configuration is not correct. Is there any Java application running on the module?
Please also paste AT^SCFG? command output if the above is not helpful.
Regards,
Bartłomiej
Hello Bartłomiej
I have run AT^SPOW? and response is ^SPOW: 2,1000,3
Im trying to debug java application on terminal, i could not put command AT^SJAM=1,"a:/helloworl.jad","" after device had just restarted.
How to resolve it?
Thanks for regards
Hello,
There's power saving configured on serial interfaces. You can deactivate it with AT^SPOW=1,0,0 command.
So you are using terminal version. Which interfaces are you using and which are available in your terminal (ASC0, ASC1, USB)?
You need at least two interfaces: one for controlling the device and one for system out. If you configure system out on one interface it will not accept AT commands until changing the configuration.
Is any application running on the device? Maybe your application is using the serial interface and that's why you can't issue any commands.
What's the configuration of your terminal (baudrate etc.)? Can you send ATI1 and AT^SCFG? responses?
Hello Bartlomiej
I have resolved this problem after used AT^SPOW=1,0,0
Thanks you so much