I didn't fully understand what is it that you are having trouble with,
but if it is conversion from hex U8 number array to hex string maybe
this solution is what you are looking for:
Re: Big endian convention in Ruby ... if the array holding this is ...messageHex[0].hex.to_i this will ensure that it is a integer in hex. ...Unpack directly to Integers, as shown above. ... It works perfectly fine with in give the loop 64 times.. ... (comp.lang.ruby)
Re: byte data manipulation ... Read in the input hex file, stripping of the preamble and checksum... and putting the bytes (2 chars) into array_1. ... explains why you need the array.... (comp.lang.c)
Re: Hex to Binary Conversion ... I have an array of hex bytes. ... The conversion itself depends on exactly what you mean, as well as in what order the bytes are provided. ...complement of it ... (microsoft.public.dotnet.languages.csharp)
Re: how to update binary field types in ADO ... called hex conversion?... Is text stored as a hex array?... Although the stream converson is a handy idea, I'm not sure how I'd go ... Have I not created an array of bytes? ... (microsoft.public.scripting.vbscript)
RE: Need Help getting values from bits. ...array, and convert it back to a hex value. ... Out of those 32 bits I need to get the hex value of certain ... The header information I am ... I've been able to move the data into a BitArray, but from that point I'm at ... (microsoft.public.dotnet.languages.csharp)