1vv0301515 Rev.1
Page 37 of 59
2018-07-18
Most Significant Nibble
0x
1x
2x
3x 4x 5x 6x 7x
Lea
s
t
S
igni
fi
c
a
nt
N
ibbl
e
x0
SP
1
0
@ P
p
x1
!
1
A
Q
a
q
x2
"
2
B
R
b
r
x3
#
3
C
S
c
s
x4
$
4
D
T
d
t
x5
%
5
E
U
e
u
x6
&
6
F
V
f
v
x7
‘
7
G W
g
w
x8
(
8
H
X
h
x
x9
)
9
I
Y
i
y
xA
LF
2
*
:
J
Z
j
z
xB
+
;
K
k
xC
,
<
L
l
xD
CR
3
-
=
M
m
xE
.
>
N
n
xF
/
?
O
£
o
1
– SP stands for space character
2
– LF stands for Line Feed character
3
– CR stands for Carriage Return character
The following examples show how to use the IRA table:
•
Get the IRA code of the character ‘&’: the most significant nibble is 2, the least significant
nibble is 6, so the IRA code for the ‘&’ character is the hexadecimal value: 0x26.
•
Translate IRA code 0x6B into the corresponding character: the most significant nibble is
6, the least significant nibble is B, the cell at the crossing of column 6 and row B holds
the character: "k".
2.10.1.2.2. UCS2 Character Set
The UCS2 Character Set is used in Text mode.
•
Phone number 329 05 69 6... converted into "UCS2" format: 3=0033, 2=0032, 9=0039,
0=0030, 5=0035, 6=0036, 9=0039, 6=0036 ...
•
Text HELLO converted into UCS2 format: H=0048, E=0045, L=004C, O=004F
2.10.2.
Read/Write SMSC Number
The module sends the SMS message to the SMSC Center, where the message is dispatched
towards its destination or is kept until the delivery is possible. To ensure the correct operation of
this service, the number of the SMSC Center must be configured on the module in accordance
with the network operator used.
To know the SMSC number stored on the module, use the following AT command.
AT+CSCA?
+CSCA: "+39X20XX58XX0",145
OK
SMSC number is compliant with the international numbering scheme.