Exemplo n.º 1
0
 public Communication(RS232Class inRS232Class)
 {
     RS232 = inRS232Class;
     RS232.CommandRecived += RS232_CommandRecived;
 }
Exemplo n.º 2
0
 public Communication()
 {
     RS232 = new RS232Class();
     RS232.CommandRecived += RS232_CommandRecived;
 }