Beispiel #1
0
 private void InitializeSerialPort()
 {
     _serialPort = new SerialDevice(_port);
     _serialPort.Initialize();
 }