Exemplo n.º 1
0
 static void Main(string[] args)
 {
     using (var ports = new ComPortList())
     {
         WriteLine(Join("\n", ports));
         ports.Subscribe(WriteLine);
         ReadLine();
     }
 }