Software Archive
Read-only legacy content
17061 Diskussionen

Reading SD Card Serial Number

Jeff_Siegel
Einsteiger
1.442Aufrufe
Looking for any documentation or sample code on how to read the serial number from a Secure Digital Flash Memory Card, such as by Sandisk, from a CE.Net 5.0 environment. Programming Language doesn't matter, can be C or C++ or VB.Net, etc.
0 Kudos
3 Antworten
Quoc-Thai_L_Intel
Mitarbeiter
1.441Aufrufe

You might want to check out this posting: http://community.opennetcf.com/forums/t/11382.aspx

"...Itried OpenNETCF.IO.DriveInfo to see if I can do something with it. The DriveInfo object gives me a serial number and a manufacturer ID..."

-Thai

obaid_ahmed
Einsteiger
1.441Aufrufe
thankssss.. for sharing.
SergeyKostrov
Geschätzter Beitragender II
1.441Aufrufe
Quoting Jeff Siegel
Looking for any documentation or sample code on how to read the serial number from a Secure Digital Flash Memory Card...

I recommend to look at the following topics onMSDN:

Disk Management Structures

DeviceIoControl Win32 API function

IOCTL_DISK_DEVICE_INFO control code

Best regards,
Sergey
Antworten