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

You are here

MTX-3G-JAVA-IOT-3G-STD-N EHS6 - System.out through ASC1 problems | Telit Cinterion IoT Developer Community

October 9, 2019 - 11:54pm, 2001 views

Hi experts,
This is my first quetion in this forum.
I have a modem MTX-3G-JAVA-IOT-3G-STD-N EHS6 REVISION 03.001
I am adapting my midlet code which is running successfully in a MTX65i to be able to run in MTX-3G-JAVA-IOT-3G-STD-N EHS6.
It is configured to have the Stdout through ASC1. But System.out messages does not appear in ASC1.
I'm sure my midlet is running.
I have to use ASC1 for System.out because ASC0 is used for controlling another device.

The modem configuration is as follows:
AT^SCFG?
^SCFG: "Audio/Loop","0"
^SCFG: "Call/ECC","0"
^SCFG: "Call/Ecall/AckTimeout","5000"
^SCFG: "Call/Ecall/Callback","0"
^SCFG: "Call/Ecall/CallbackTimeout","43200000"
^SCFG: "Call/Ecall/Msd","0000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000"
^SCFG: "Call/Ecall/Pullmode","0"
^SCFG: "Call/Ecall/SessionTimeout","20000"
^SCFG: "Call/Ecall/StartTimeout","5000"
^SCFG: "Call/Speech/Codec","0"
^SCFG: "GPRS/AutoAttach","enabled"
^SCFG: "Gpio/mode/ASC1","std"
^SCFG: "Gpio/mode/DAI","gpio"
^SCFG: "Gpio/mode/DCD0","gpio"
^SCFG: "Gpio/mode/DSR0","gpio"
^SCFG: "Gpio/mode/DTR0","gpio"
^SCFG: "Gpio/mode/FSR","gpio"
^SCFG: "Gpio/mode/HSIC","rsv"
^SCFG: "Gpio/mode/PULSE","gpio"
^SCFG: "Gpio/mode/PWM","gpio"
^SCFG: "Gpio/mode/RING0","gpio"
^SCFG: "Gpio/mode/SPI","rsv"
^SCFG: "Gpio/mode/SYNC","std"
^SCFG: "Ident/Manufacturer","Cinterion"
^SCFG: "Ident/Product","EHS6"
^SCFG: "MEShutdown/Fso","0"
^SCFG: "MEShutdown/sVsup/threshold","0","0"
^SCFG: "MEopMode/CFUN","0","1"
^SCFG: "MEopMode/Dormancy","0","0"
^SCFG: "MEopMode/SoR","off"
^SCFG: "Radio/Band","511"
^SCFG: "Radio/Mtpl","0"
^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","10"
^SCFG: "Userware/DebugInterface","0.0.0.0","0.0.0.0","0"
^SCFG: "Userware/DebugMode","on"
^SCFG: "Userware/Passwd",
^SCFG: "Userware/Stdout","asc1",,,,"off"
^SCFG: "Userware/Watchdog","0"

UART interfaces ASC0 and ASC1 are activated
AT^SPOW?
^SPOW: 1,0,0

The DIP switches are all in off position, so ASC0 goes to connector DB9 and ASC1 goes to connector DB15
RX and TX lines are properly connected.
When I connect a terminal to ASC1, I see this when the modem is just supplied:
[00]^MTXm2m UartsCfg: "ASC1","DB15"
[00]^MTXm2m uFV: "1","0","44"
[00]


If I configure AT^SCFG="Userware/Stdout", "ASC0" then I can see the System.out messages in ASC0 (connector DB9), but configuring AT^SCFG="Userware/Stdout", "ASC1" does not show messages in ASC1 (Connector DB15)

Any idea, suggestion or question would be highly appreciated