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

You are here

EHS6 Terminal start up problems | Telit Cinterion IoT Developer Community

March 30, 2015 - 12:51am, 3839 views

Hi...

I have compiled a HelloWorld.jar and jad with the SDK and I'm desperately trying to run it on an EHS6 Terminal.

I have switched off power saving on ASC0, uploaded the midlet and I can run the midlet with SJRA like this (I want to leave SJAM for later):

AT^SJRA="a:/HelloWorld.jar"
OK

However, how can I get stdout redirected to ASC0? Do I need to have two simultaneous connections as follows:

On USB5 I issue the following commands:

AT^SCFG="Userware/Stdout","ASC0"

AT^SJRA="a:/HelloWorld.jar"

...and on ASC0, I see the midlet output?

Is there any simpler way of just running a midlet without needing to have two consoles open? I'm used to the TC65i which seemed a lot simpler in this regard. Apologies if I'm missing something.

many thanks

Liam