SD card Question: File name extensions
Circuitbuilder9
Posts: 85
Hi, guys.
Here's a question out for other people to access:
Is there a table or list of SD card (fsrw type) file extension names, as i am aware that the ".extension" affects the file type, and the character after "sdfat.popen(string(
.
) "character"; what does that mean? Are there different characters to put at the end?
Here's a question out for other people to access:
Is there a table or list of SD card (fsrw type) file extension names, as i am aware that the ".extension" affects the file type, and the character after "sdfat.popen(string(
.
) "character"; what does that mean? Are there different characters to put at the end?
Comments
The 2nd parameter to .popen is a single character value that indicates what kind of file open to perform. "r" opens the file for reading only. "w" opens the file for writing or reading. "a" opens the file for writing with the file positioned at its end. "d" deletes the file.
what does the CD connection do? Why is it significant?
When i looked at the gadget gangster tutorial, it only required 4 connections (minus power and ground), so i was confused at the CD point on the Parallax's mSD documentation.
So,when i use that pin to incorporate it into the Gadget Gangster project, do i need to modify any code?
how needed is the CP?
plus i wanted to have SD pins 0 to 3 and NES ports pins 4 to 7 and don't want to go over 4 connections for the SD card.
PS. on KYEdos i took out the serial port terminal driver and just use the TV terminal and i name all my binaries to .EXEs so i can just type in the name of the program to run it.
I am working on a keystroke interceptor on an ATMEGA so i can hit CTRL-ALT-DELETE and reset the prop but first i want to get my SPI graphics page driver at least working.