Ejemplo n.º 1
0
 /// <summary>
 /// Lists all serial ports, which can be used for communication with the hardware.
 /// </summary>
 /// <returns>List of all serial port names.</returns>
 public static IList <string> GetAvailableComports()
 {
     return(SerialConnection.GetAvailablePortNames());
 }