Quote Originally Posted by aratti View Post
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.
Hi,

Can you please explain this part i do not now how i will put the numbers that i get from the array "numero" to the "Arry" one in ascii.

Thanks,

Xau