Rainbow Electronics GM862-GPS User Manual

Page 69

Advertising
background image





GM862-GPS Software User Guide

1vv0300729 Rev. 5 - 05/07/07

Reproduction forbidden w ithout Telit Communications S.p.A. w ritten authorization - All Rights Reserved

page 69 of 120

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

For example:
1- Let's assume you want to find the IRA code for the character '&':
From the table you find:
- most significant Nibble: 2
- least significant Nibble: 6
Hence the IRA code for the '&' character is the hexadecimal 0x26.

2- Let's assume you have the IRA code 0x6B and you want to find the corresponding character:
From the table you find at the position
- most significant Nibble: 6
- least significant Nibble: B
Hence, the character corresponding to the 0x6B IRA code is 'k'.


TIP: With the command AT+CSCS is possible to select the character set; the available types
are:
“IRA” - ITU-T.50
”8859-1” - ISO 8859 Latin 1
”PCCP437” - PC character set Code Page 437.
”UCS2” - 16-bit universal multiple-octet coded character set (ISO/IEC10646)
Please refer to the AT Commands Reference Guide for the full command description

Advertising