How to convert 24 byte bcd into ascii in java?
Posted
by lakshmi
on Stack Overflow
See other posts from Stack Overflow
or by lakshmi
Published on 2010-05-19T12:21:29Z
Indexed on
2010/05/20
4:10 UTC
Read the original article
Hit count: 275
java
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)
© Stack Overflow or respective owner