How to read raw bytes from an SD card?
Posted
by geschema
on Stack Overflow
See other posts from Stack Overflow
or by geschema
Published on 2010-04-08T08:18:37Z
Indexed on
2010/04/08
8:23 UTC
Read the original article
Hit count: 276
On a Windows PC, is there a way to read the raw bytes from an SD card attached trough a USB card reader? The SD card gets written from an embedded system using no file system at all, so I can't use standard file access routines. This is similar to what the unix dd utility does, but I need to integrate this into a .NET application.
© Stack Overflow or respective owner