I’d like to write a program to run on a Windows PC (in C#, if possible) that will do “low-level” reads of an xD flash memory card. That is, I want to ignore any file system the card contains and simply read physical blocks of data.
The card can be attached to the PC via a USB port, or via PCMCIA - whatever makes the process of reading it easier.
Anyone have any idea how to do this?