Hi
I have an 8bytes data in an array, say array1[8] which contains the ff:
0xF1 0xDD 0x66 0x04 0xA3 0xDE 0x9B 0x0D ---> all in hex
I want to convert this data into ascii as:
F1DD6604A3DE9B0D ---> all in ascii character stored in an array2[16]
BTW, I am using this routine for my small project with PIC18F452.
Anyone in the community who can provide help, snippet or any info in ANSI C.
Thank u.
I have an 8bytes data in an array, say array1[8] which contains the ff:
0xF1 0xDD 0x66 0x04 0xA3 0xDE 0x9B 0x0D ---> all in hex
I want to convert this data into ascii as:
F1DD6604A3DE9B0D ---> all in ascii character stored in an array2[16]
BTW, I am using this routine for my small project with PIC18F452.
Anyone in the community who can provide help, snippet or any info in ANSI C.
Thank u.