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

You are here

SMS encoding EHS6 | Telit Cinterion IoT Developer Community

October 30, 2019 - 10:28am, 2650 views

Hello,

If I use BGS5T and recive SMS in Java with AT command I have no problem. SMS looks like this:

IpdebugTest&&senekaj||konec

Dvay_

But on EHS6 with the same SIM card most of the special characters and new lines aren't recgonized:

AT response AT+CMGR=1


+CMGR: "REC UNREAD","+38641415603",,"19/10/30,10:25:00+04"
IpdebugTest&&senekaj\1B@\1B@konec\0ADvay\11

OK

Is it about encoding? Both modules have return the same for:

at+csmp?

+CSMP: 17,167,0,0

OK

AT^scfg:

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/Comp1",""^SCFG: "MEopMode/Dormancy","0","0"^SCFG: "MEopMode/ExpectDTR","current"^SCFG: "MEopMode/ExpectDTR","powerup"^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","450"^SCFG: "Userware/DebugInterface","0.0.0.0","0.0.0.0","0"^SCFG: "Userware/DebugMode","off"^SCFG: "Userware/Passwd",^SCFG: "Userware/Stdout","asc1",,,,"off"^SCFG: "Userware/Watchdog","1"OK

Is there any other AT settings that I should change?

Regards,

Jure