gsm - Send Unicode (USC2) SMS with AT commands -


I am trying to send commands and USC 2 Unicode SMS encoding. But that does not work, because I get errors, here is my input:

  AT at + CSCS =? + CSSS ( "IRA", "GSM", "UCS-2") AT + Sissis = "UCS-2" OK AT + Simjif = 1 OT AT + Sismpi = 1,167,0,8 // so it does not work , let's try 17,167,0,8 error + Sismpi = 17,167,0,8 Well + CMGS = "+ 370 ********" error   

or maybe Should I use the PDU mode to get it?

I have tried to use the old modem, and USC 2 does that work in one, however, do not use an IM. But I'm sure this paradoxical modem supports USC2.

I found that I encode my number in AT. UCS 2 CMGS, and now it works:

  + CMGS = "002 b 003 300 370 030 ******************** * "   

Comments

Popular posts from this blog

ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

Matlab transpose a table vector -

c# - Textbox not clickable but editable -