Arduino Forum
change a byte from sd card to string
Using Arduino
Storage
system
March 28, 2013, 8:33am
1
how I can change a byte from SD card to String ?
thanks
johnwasser
March 28, 2013, 12:04pm
2
String myString = (char) SDfile.read();
Related Topics
Topic
Replies
Views
Activity
Writing SD card file to a string variable
Programming Questions
3
1677
May 5, 2021
Storage the text inside of the SD card to string
Storage
6
4680
May 6, 2021
Read/write bytes or chars from/to file on a SD card
Storage
3
1610
May 6, 2021
byte to string
Programming Questions
2
1554
May 5, 2021
Opening a SD Card for Read/Write
Storage
2
1231
May 6, 2021