Пример #1
0
 public void OpenByDescription(string d)
 {//Get the Description of the first device// Not tested
     lambdaUSB.OpenByDescription(d);
     setMode("USB");
     lambdaUSB.WriteByte(238);
     return;
 }