User guide

Developers guidelines | AT commands
288 June 2010
AT*SESP Speakermode on/off
AT*SETBC Text to bitmap converter
<status>:
<status> Description
0 Disable antenna. Default value
1 Enable antenna
<type>:
<type> Description
1 FM. Low – 87.5 MHz, High – 108.0 MHz
2 TV. Low – 470.0 MHz, High – 862.0 MHz
Description: Disables and enables speaker mode in ME.
Execution
command:
Speakermode status:
AT*SESP=<status>
Read command: Read current status:
AT*SESP?
Read command
response:
*SESP:<status>
Test command: AT*SESP=? Test if command is supported and show supported
parameters
Test command
response *SESP:(list of supported <status>s)
Parameter:
<status>:
<status> Description
0 Disable speakermode. Default value
1 Enable speakermode
Description: Converts a string received from the accessory to a bitmap and sends it to
the accessory. It will return a bitmap formatted according to the given
height, width and quality. The smallest font default size in ME is used when
converting the text. The command will only convert the amount of text that
fits in the given BMP size. When the conversion is done the ME will send
the bitmap in one or many AT commands to the accessory.
Execution
command:
AT*SETBC= <bmp_width>, <bmp_height>, <quality>, <string>
Response: *SETBC:<setbc_index>,<setbc_data>
Test command: AT*SETBC=? Test if command is supported and show supported
parameters