AN2385 Freescale Semiconductor / Motorola, AN2385 Datasheet - Page 13

no-image

AN2385

Manufacturer Part Number
AN2385
Description
GPRS Wireless Internet Connectivity Using DragonBall and Palm OS Based PDAs Application Note
Manufacturer
Freescale Semiconductor / Motorola
Datasheet
MOTOROLA
GPRS Wireless Internet Connectivity Application Note
case MainPhoneOffHookGraphicButton:// Key "Talk"
case MainKeyZeroButton:
case MainKeyOneButton:
case MainKeyTwoButton:
case MainKeyThreeButton:// Key #3
case MainKeyFourButton:
case MainKeyFiveButton:
case MainKeySixButton:
case MainKeySevenButton:// Key #7
case MainKeyEightButton:// Key #8
case MainKeyNineButton:
case MainKeyStarButton:
case MainKeyHashButton:
case MainInitGprsNetGraphicButton:// Key "GPRS_Init"
Freescale Semiconductor, Inc.
For More Information On This Product,
SrmSend(portId, &Talk, StrLen(Talk), &err);
break;
SrmSend(portId, &NumZero,StrLen(NumZero), &err);
break;
SrmSend(portId, &NumOne, StrLen(NumOne), &err);
break;
SrmSend(portId, &NumTwo, StrLen(NumTwo), &err);
break;
SrmSend(portId, &NumThree, StrLen(NumThree), &err);
break;
SrmSend(portId, &NumFour, StrLen(NumFour), &err);
break;
SrmSend(portId, &NumFive, StrLen(NumFive), &err);
break;
SrmSend(portId, &NumSix, StrLen(NumSix), &err);
break;
SrmSend(portId, &NumSeven, StrLen(NumSeven), &err);
break;
SrmSend(portId, &NumEight, StrLen(NumEight), &err);
break;
SrmSend(portId, &NumNine, StrLen(NumNine), &err);
break;
SndPlaySystemSound(7);
break;
SndPlaySystemSound(7);
break;
// Tx >> "AT"
for(i=0; i<=2; i++)
{
SrmSend(portId, &GprsInitMsgOne,
SysTaskDelay(TxDelay);
SndPlaySystemSound(7);
}
// Tx >> "AT+CGATT?"
SrmSend(portId, &GprsInitMsgTwo,
Go to: www.freescale.com
StrLen(GprsInitMsgOne), &err);
StrLen(GprsInitMsgTwo), &err);
// Key #0
// Key #1
// Key #2
// Key #4
// Key #5
// Key #6
// Key #9
// Key "*"
// Key "#"
Program Source Code
13

Related parts for AN2385