Westermo GS-01 User Manual

Page 47

Advertising
background image

47

6195-2201

+CSCA – Service center address

This command shall be used to indicate to which service center the message has to be
sent.
The GSM module has no default value for this address. If the application tries to send a
message without having indicated the service centre address, an error will be generated.
So, the application has to indicate this address at initialization. This address is then
valid all the time. The application may change it if needed.

Application to GSM

AT+CMGS=”+33146290800”<CR>

Send a message

Hello, how are you?<ctrl-Z>

GSM to Application

+CMS ERROR: 330

Service centre unknown

Application to GSM

AT+CSCA=”0696741234”

Service centre initialisation

GSM to application

OK

Application to GSM

AT+CMGS=”+33146290800”

Send the same

<CR>

message again

Happy Birthday!<ctrl-Z>

GSM to application

+CMGS: 1

Successful transmission

OK

+CSCB – Select Cell Broadcast Message

Command syntax:

AT+CSCB= <mode>, [ <mids>, [ <dcss> ] ]

Set command selects which types of CBMs are to be received by the ME, This command
is allowed in both PDU and text modes.

The <bm> parameter of +CNMI command controls the message indication.

Test read command (AT+CSCB?) is not supported.

The activation of CBM reception (<mode>=0) can select only specific Message Identifiers
(list in <mids>) for specific Languages (list in <dcss>), but the deactivation stops any
reception of CBMs (only AT+CSCB=1 is allowed)

Message Identifiers (<mids> parameter) indicates which type of message identifiers the
ME should listen to.

Supported languages (<dcss> parameter) are: 0 for German, 1 for English, 2 for Italian, 3
for French, 4 for Spanish, 5 for Dutch, 6 for Swedish, 7 for Danish, 8 for Portuguese,
9 for Finnish, 10 for Norwegian, 11 for Greek, 12 for Turkish, 13 for Hungarian, 14
for Polish and 32 for Czech.

Application to GSM

AT+CSCB=0,”15-17,50,86”, ”” Accept SMS-CB types

15,16,17,50 and 86 in
any language

GSM to Application

OK

CBMs can be received

Application to GSM

+CBM: 10<CR><LF>

CBM length of a received

00112233445566778899

Cell Broadcast message
(SMS-CB), CBM bytes in
PDU mode

Advertising