I want to convert 24 byte BCD to ASCII.Im trying to write some code for this conversion but Im not sure how to do the math for it. Suggestions?
This is my input data,
cd00320000a4002a00001042
Tag (24 Byte BCD)
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
This would work:
Packed BCD->String conversion is essentially the same as conversion to hexadecimal string, only without a-f characters.