03-27-2009 01:45 PM
Is there any way to set the serial number of simulated DAQ devices?
Right now we end up with multiple devices with the same serial # (always 0) which casuses problems for our existing code that partitions the cards by SN (as opposed to the new ability to name the cards).
03-29-2009 11:29 AM
You won't be able to set this. For a simulated device, data that is normally stored on the physical device, such as serial number, is always returned as 0.
I believe the only way you can resolve this is to hard code the serial number when testing your application.