I have been trying to redirect the output of SdFat calls to an object other than "Serial" for quite some time to no avail. I have read through all the streaming library that comes with SdFat and tried changing all the parts which have the (&Serial) to (&client) and this doesn't work, I have read a lot and tried a lot of other stuff and I am now really stumped as to how I can solve this.
Hi, with the below code I have tried to use the out stream to send the output of the function call "sd.ls(LS_SIZE | LS_DATE)" to a connected client. I can't see what I'm doing wrong here.
We'd need to see what changes you made to the library files, too.
Hi, with the below code I have tried to use the out stream to send the output of the function call "sd.ls(LS_SIZE | LS_DATE)" to a connected client. I can't see what I'm doing wrong here.
We can't see where the output is (still) going, either.