Maybe the pull-ups on pins 8 and 9 are not needed... Old habits are hard to break.
Code:' Write to file FAT_src[0] = "A" FAT_src[1] = $d FAT_src[2] = $a FAT_src[3] = "B" FAT_src[4] = $d FAT_src[5] = $a FAT_src[6] = "C" FAT_src[7] = $d FAT_src[8] = $a FAT_src[9] = $d FAT_src[10] = $a FAT_count = 11 Gosub FSfwrite Serout2 PORTC.6, 84, [ "Write ", Dec FAT_error, $d, $a] If (FAT_error != 0) Then Stop





. I get this SDC_buffer error running SDFS only with the file 18F4550.bal in the same directory. This file is necessary to run USB with PBPL. I haven't tried both USB and SDFS at the same time yet. I will probably open a new thread on this problem.
. Is there any way or is there any format for my TXT file that I can use were I would obtain a SDFS reading like the following?

Bookmarks