ifx: Setup CSCS to use GSM for the aux port

This change is needed since otherwise umlauts and other characters
for USSD responses will not work properly.
This commit is contained in:
Marcel Holtmann 2012-02-10 12:19:42 +01:00
parent e5c966ce53
commit e3ef803a75
1 changed files with 4 additions and 0 deletions

View File

@ -308,6 +308,10 @@ static void xgendata_query(gboolean ok, GAtResult *result, gpointer user_data)
DBG("\n%s", gendata);
/* switch to GSM character set instead of IRA */
g_at_chat_send(data->dlcs[AUX_DLC], "AT+CSCS=\"GSM\"", none_prefix,
NULL, NULL, NULL);
/* disable UART for power saving */
g_at_chat_send(data->dlcs[AUX_DLC], "AT+XPOW=0,0,0", none_prefix,
NULL, NULL, NULL);