Carsten Gr\ufffdn wrote:
> Yup,
>
> if that works, it is sure simple !
> The only problem is that I would really hate (and so would the
> people using the PC software) to install lotsa software to use that
> feature (cygwin etc)....
There's nothing special about the Cygwin technique, it
just uses the standard Linux tools. Under the hood its using a
Windows call ...
http://disktype.sourceforge.net/doc/ch01s04.html
Windows name: \\.\PHYSICALDRIVE2
so ...
HANDLE h = CreateFile("\\\\.\\PHYSICALDRIVE2" ...
or whatever the Windows device names are.
Take a look around Microsoft for 'raw device access' or something
like that.
DaveMessage
Re: [lpc2000] Re: MMC/SD support on LPC2000
2006-01-17 by David Hawkins