Example #1
0
 public string GetDescription()
 {
     port.Write("*IDN?");
     return(port.Read());
 }