Start() public method

public Start ( Coder coder ) : void
coder Coder
return void
Ejemplo n.º 1
0
 public void Start(MainWindow display)
 {
     this.display = display;
     t            = new SerialTransportAddress("COM3", false);
     transport    = new SerialTransport(t, 9600);
     transport.Start(this);
 }
Ejemplo n.º 2
0
 public void Start(MainWindow display)
 {
     this.display = display;
     t = new SerialTransportAddress("COM3", false);
     transport = new SerialTransport(t, 9600);
     transport.Start(this);
 }