Beispiel #1
0
 public EncoderDevice(WrappedSerialPort port)
 {
     _devicePort = port;
     _devicePort.Open();
     _devicePort.NewLine = "\r";
     if (orientateLaser)
     {
         Orientate();
         orientateLaser = false;
     }
 }