Convert array of bytes in hex to array of bytes in bcd(Binary code decimal)
807607Nov 20 2006 — edited Nov 23 2006I need to convert an array of bytes in hexadecimal to an array of bytes in bcd format, but i can use any function of api java because i use an api for sim cards without the normal functions of java. I can't use any function, only the normal operations of java.
Thank you.