Пример #1
0
        public string GetSerialNum()
        {//Get the SerialNum of the first device// Not tested
            string mySerialNum = lambdaUSB.GetSerialNum();

            return(mySerialNum);
        }