Hi!
I'm trying to print something to a text file using the polled example in the xilffs library. I've done so successfully and the program prints what it should from default.
It prints
"^K^L^M^N^O^P^Q^R^S^T^U^V^W^X^Y^Z^[^\^]^^^_ !"#$%&'()*+,-./0123456789:;<=>?@ABCDE"
How can i change the print function to print what i want?
( Res = f_write(&fil, (const void*)SourceAddress, FileSize,
&NumBytesWritten);
)
I want to print out a simple "hello world" but dont understand what to change in the code. I'm very new to this so sorry if this is super obvious
thanks!