Hi

I have a problem converting hex, the file that you have is a .dat file which contains hex code writing certain values at intervals of every 2 seconds.

I have used a hex editor to open the file, what I dont understand is how to convert each byte into something meaning like a number(integer) or a letter programatically.

Eg. the some hex is

4b 33 55 44 = ?? - this should equal K3UD but how do i convert in vb 6
07 d4 09 12 = ?? - 2004 i think ???

I hope I explained well enough!!