I need help in understanding the way to read a text file saved on a SD Card.
The text file consists of 20 Voltage values from AN0 and the values are the converted to strings Float values of the voltage not the bit value,
example 1.85 ,2.56.4.9. etc
as shown here from the Console buffer when I open the file to read it ,as you can see the string in green ,the coma separator in purple(0x2C) and then there is a value 0x20 which seems to be a space ,I do not know why is this (I am using the write string to file function in code).
Now the problem I am having (also not sure how to do this) when reading the file with the stringRead function the first string is returned correctly then the comma is returend and then again the correct string is returned , there is always a miss read between the strings ,
any advise how to work with this SD card reads I will appreciate I have no clue what I am doing
