Hello!
I have what I want to print to file current printf-ing on my console. Can I have some help getting it to do the same, only this time to file please. I can't get it to work.
Many thanks
for(i= 0; i <= k; i++)
{
add = (unsigned char *)s;
data = *add;
printf("data = %02x \n\r",data);
s++;
}