
Originally Posted by
aratti
Camola, try the following:
Use a larger array in such a way that you can accomodate the calling string in the initial part of the array:
Arry[0]=65
Arry[1]=84
Arry[2]=43
Arry[3]=67
Arry[4]=77
Arry[5]=71
Arry[6]=83
ArrY[7]=43
The above sequence contains the string AT+CMGS=+
Than you tranfer the sender number (12 bytes) in Arry[8] to Arry[19]. Remember that last byte should always be Arry[20]=13
At this point you can make the call:
Al.
Bookmarks