Hi,
Thank you guys for your help. Yes, Norm is correct about the formatting of the MicroSD card. It works.
The breakout board that I got from sparkfun.com doesn't have the connection for the NC pad. Maybe, the resistor at NC is not necessary after all.
http://www.sparkfun.com/commerce/pro...roducts_id=544
Now, I have a question about SDTEST.BAS. The code to write to the card is
This code will write "ABC" to the cardCode:' Write to file FAT_src[0] = "A" FAT_src[1] = "B" FAT_src[2] = "C" FAT_count = 3 Gosub FSfwrite Serout2 PORTC.6, 84, [ "Write ", Dec FAT_error, $d, $a] If (FAT_error != 0) Then Stop
But, for data logging I need the entries in diferent linesCode:ABC
Can you do that with SDFS? Thank you for your help.Code:A B C
Robert
Bookmarks