when I send the at command like at+cpbr=2 and responsed with +CPBR: 2,"057487358234",129,"8104B72E2D2EB6", I don't know how to decode "8104B72E2D2EB6".please someone help me. version is chinese.
Hi!
Following are the exolanation of your commands
at+cpbr=2 // you want to read the phone. of location 2.
+CPBR: 2,"057487358234",129,"8104B72E2D2EB6", //
2 - location
"057487358234" - Phone number
129 - TON
"8104B72E2D2EB6" - The name associated with the number
In the case the UCS2 format you have set is in Chinese
plz. follow this step to decode it.
a. Convert it in decimal from hex
b. tally the ascii value with that partcular decimal or your cinese encoding (which ever is applicable).
you can also visit this web site for further ref.
http://www.terena.nl/library/multiling/unicode/