hi, my questions is about displaying hex characters. I am trying to create a program that prints out bytes 5 to 10 but I dont want to print the ascii characters. I would like to print out the hex values of bytes 5 to 10. Can this be done becasue no matter what i try I either get the integer values of each byte or there ascii representation


thanks