Пример #1
0
 private void SEND_it()
 {
     byte[] b = new byte[3];
     b[0] = 1;
     b[1] = 2;
     b[2] = 3;
     mot1.SEND_cmd(b);
 }