Beispiel #1
0
 public UsbCommandDispatcher(string COMPort)
 {
     SerialPortConnection = new SerialPortConnection(COMPort);
 }
Beispiel #2
0
 public UsbCommandDispatcher(ISerialPortConnection serialPortConnection)
 {
     SerialPortConnection = serialPortConnection;
 }