Hi,
I'm currently making a software for an IPaq210. I would like to read the SD Card CID Register to get his Serial Number, Manudacturer ID and other things that are written in this register.
I tried OpenNETCF.IO.DriveInfo to see if I can do something with it. The DriveInfo object gives me a serial number and a manufacturer ID. There's nothing that indicates me that this serial number is the serial number of the CID register of my SD card.
There are two different serial numbers on an SD Card. There is the Volume Serial Number and there is the Physical Serial Number(SD Card CID Register). Does someone knows which serial number is shown by the DriveInfo object?
Thanks