Beispiel #1
0
 public Communication(RS232Class inRS232Class)
 {
     RS232 = inRS232Class;
     RS232.CommandRecived += RS232_CommandRecived;
 }
Beispiel #2
0
 public Communication()
 {
     RS232 = new RS232Class();
     RS232.CommandRecived += RS232_CommandRecived;
 }