Hi All;
I need to access SD card Hardware Serial somehow on PC XP, Vista etc. I know
this can be done on Win CE. But I could not come up a solution yet on PC. on
searching I found IOCTL_SFFDISK_DEVICE_COMMAND DeviceIOControl control code
and wrote the code and got ERROR_NOT_SUPPORTED result, so, it seems that the
host controller driver has not implemented this request type, am I wrong?
In the code I simply grab a handle and call DeviceIOControl, is there
anything that must be done before sending IOCTL_SFFDISK_DEVICE_COMMAND, like
any lock or else.
I must say that I need to access device from a regular application.
Your help is very appreciated.
Is there