Ejemplo n.º 1
0
        private void port_DataReceived(object sender, SerialDataReceivedEventArgs e)
        {
            PlainMethod callMethod = new PlainMethod(notificationDataReceived);

            this.Invoke(callMethod);
        }
 private void port_DataReceived(object sender, SerialDataReceivedEventArgs e)
 {
     PlainMethod callMethod = new PlainMethod(notificationDataReceived);
     this.Invoke(callMethod);
 }