answered question
0
Votes
Votes
1
Answer
Answer
M$0.00
How would someone get the serial number off of an SD card?
I would like to be able to insert an SD card into a reader and call some function, or write some function (C/C++/JAVA/python are preferred), that will retrieve the serial number from the SD card. At this point when I try to read the serial number, in the same way that I would read it off of a USB stick, I get the serial number of the SD card reader.
answers (1)
Assuming you're able to access the card as a disk drive, one serial number would be the volume ID which is a property of the SD card.
Here's a developer-centric forum which describes one technique which might work in a Linux-based development environment: http://www.gp32x.com/board/index.php?showtopic=32619
I'm not sure whether the former is going to be the serial number per se, but if not then the second method may prove more useful.
Here's a developer-centric forum which describes one technique which might work in a Linux-based development environment: http://www.gp32x.com/board/index.php?showtopic=32619
I'm not sure whether the former is going to be the serial number per se, but if not then the second method may prove more useful.
Related questions
140 characters left












