Software Archive
Read-only legacy content
17061 Discussions

Reading SD Card Serial Number

Jeff_Siegel
Beginner
1,441 Views
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 Replies
Quoc-Thai_L_Intel
1,440 Views

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

0 Kudos
obaid_ahmed
Beginner
1,440 Views
thankssss.. for sharing.
0 Kudos
SergeyKostrov
Valued Contributor II
1,440 Views
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
0 Kudos
Reply