Hi,
The code works 100% if is that what you are ascking and works thanks to you and other caring members.
Inglish - Thank you
Portugese - Obrigado
By by
Hi,
Im traing to decode pdu to text for my sms control i have been "playing" with Alexandros Zachariadis pdupic
http://www.picbasic.co.uk/forum/atta...6&d=1079679786
But no sucess for starting point i just try to macke the pdu to text decode mode, in me sms code i puted the pdu to myarray\62 my last 8 pdu array are the word "Stop" ........53FA1B0E sow i mod. the pdupic code on this line
LOOKup2 X,[232,50,155,253,70,151,217],B0 'pdu data:E8329Bfd4697D9...
to
LOOKup2 X,[myarray[54],myarray[55],myarray[56],myarray[57],myarray[58],myarray[59],myarray[60],myarray[61] ],B0
But the lcd give not the word Stop it gives some thing else.
Please help me thanks a lot
By by
In my searchs i find that the
LOOKup2 X,[232,50,155,253,70,151,217],B0 'pdu data:E8329Bfd4697D9...
line is the pdu array (exadecimal data) in decimal numbers sow 232 is the decimal number of E8.
How can i convert in pbp code the pdu data to decimal and then fill the LOOKup2 X.....
Thanks.
by by
Can please any one hellp me on the encoding of the text gps posicion array to pdu to send a sms with hem?
Thanks.
Bookmarks