Ni.com is currently experiencing issues that may cause some pages to fail.
Support teams are actively working on the resolution.
Ni.com is currently experiencing issues that may cause some pages to fail.
Support teams are actively working on the resolution.
05-19-2011 08:24 AM
Hi there,
how is it possible to readout the serialnumer and other information of an USB stick?
It would be used to "dongle" a LabVIEW application..!
Thanks for answers!
05-19-2011 08:33 AM
You can use system exec to execute a dir command. And then parse the result for serial number.
05-19-2011 08:45 AM
05-19-2011 09:07 AM
Got it in first step, thank's for help.
05-19-2011 09:16 AM
I spent a little more time looking at this, and I would advise strongly against using the volume ID that can be found in the directory listing. If the method of checking is known, this utility from Microsoft will allow them to easily circumvent your check.
The USB device serial number, to my knowledge, is burned into the chip and is most likely impossible or extremely difficult to change. My first post references a method to get that serial number.
05-19-2011 09:19 AM
You need to remove the &0 at the end, as it is not technically part of the serial number.