Пример #1
0
 public void StartRunning()
 {
     StaticSerialPort.AddParser(this.Parse);
     //this.refreshTimer.Elapsed += new ElapsedEventHandler(refreshTimer_Elapsed);
     //this.refreshTimer.Start();
     StaticSerialPort.openStaticSerialPort();
 }
Пример #2
0
 public void openSerialPort()
 {
     StaticSerialPort.AddParser(_RFIDHelper.Parse);
 }