Exemple #1
0
 public void usartSendBytes(byte[] data)
 {
     if (usartConnected)
     {
         usartConnection.sendBytes(data);
     }
 }