Example #1
0
 public void Open()
 {
     port.Open();
     if (port.IsOpen)
     {
         port.DataReceived += ComPort_DataReceived;
     }
 }