I am returned a string in the form of "0x52 0x01 0x23 0x01 0x00 0x13 0xa2 0x00 0x40 0x53 0x2b 0xad 0x48 0x5f 0x30 0x30 0x31 0x33 0x41 0x32 0x30 0x30 0x34 0x30 0x35 0x33 0x32 0x42 0x41 0x44". I want to convert the hex string into a readable string - I am new to Java, and was going about it this way:
Remove spaces and "x", then remove first character, then remove every third character (which is 0).
There has got to be a better way to do this, but I can't seem to find anything Google-worthy. Help?!