Yes, I am using the native sd socket.
Type: Posts; User: isaacge
Yes, I am using the native sd socket.
I have found the solution. There seems to be a conflic between the sdfat library and the Serial1 to 6. To solve this problems, I had to add a file.sync after the file.open() and after file.write()...
Hello.
I am having a problema with trying to communicate two teensy 3.6 between them, while one of them is logging data to a microSD. The micro loggiong data is using the Sdfat.h library and I...