Fat16
Fat16 copied to clipboard
About HARDLESS CNC
Hello friend, I was see in youtube a video for SD SEND FRO ONE ARDUINO TO GRBL MASTER ARDUINO A GCODE, this is the code that I need or could share the Master Files???
Now I working in similar project but I can't acces to me SD CARD, only can move and send commands.

I can't help you debug your hardware.
It appears that you are using a SanDisk 2GB card.
I tested Fat16 on an Uno with a 2GB SanDisk card and a Adafruit Data Logging Shield.
I formatted the card with this formatter.
Here is output from the fat16info example.
Fat16 version: 20140806
FreeRam: 1271
type any character to start
init time: 97
Manufacturer ID: 3
OEM ID: SD
Product: SU02G
Version: 8.0
Serial number: 3644688921
Manufacturing date: 5/2012
Card Size(blocks): 3862528
Partition Table:
part,boot,type,start,size
1,0,6,135,3862393
2,0,0,0,0
3,0,0,0,0
4,0,0,0,0
FAT Volume info for partition: 1
Volume is FAT16
clusterSize: 64
clusterCount: 60342
fatCount: 2
fatSize: 236
totalBlocks: 3862393
Root Directory:
name ext att size
TEST TXT 20 23381
FAT16 TXT 20 0
Done
I can't help you debug your hardware.
It appears that you are using a SanDisk 2GB card.
I tested Fat16 on an Uno with a 2GB SanDisk card and a Adafruit Data Logging Shield.
I formatted the card with this formatter.
Here is output from the fat16info example.
Fat16 version: 20140806 FreeRam: 1271 type any character to start init time: 97 Manufacturer ID: 3 OEM ID: SD Product: SU02G Version: 8.0 Serial number: 3644688921 Manufacturing date: 5/2012 Card Size(blocks): 3862528 Partition Table: part,boot,type,start,size 1,0,6,135,3862393 2,0,0,0,0 3,0,0,0,0 4,0,0,0,0 FAT Volume info for partition: 1 Volume is FAT16 clusterSize: 64 clusterCount: 60342 fatCount: 2 fatSize: 236 totalBlocks: 3862393 Root Directory: name ext att size TEST TXT 20 23381 FAT16 TXT 20 0 Done
Hello dear, sorry for delay reply, I don't see your comment!, I will try make thank you!