Hi

I am using c code to convert a binary .DAT file to a ASCII format file.

Code to convert binary character to ascii character is something like below:

memcpy(Asc->ClnCode,Bin->ClnCode,5);...