Hi all,
I am reading an SD card formatted with FAT32 and I am able to read the short name (the 8 bytes + the 3 bytes for the extension, all characters in capital letters) of the file or even the long name when there are at least two sequences. Nevertheless, I am not able to read the filename when the name is short (i.e. I have a file named end.txt that I could find as END TXT, but could not find the end.txt text). Is there any attribute or field that tells me the name is in lowercase, so I can get end.txt?
Thanks,
Javier
I am reading an SD card formatted with FAT32 and I am able to read the short name (the 8 bytes + the 3 bytes for the extension, all characters in capital letters) of the file or even the long name when there are at least two sequences. Nevertheless, I am not able to read the filename when the name is short (i.e. I have a file named end.txt that I could find as END TXT, but could not find the end.txt text). Is there any attribute or field that tells me the name is in lowercase, so I can get end.txt?
Thanks,
Javier