Problem with send hex data from TCP/IP

byte[] request = byte(new int[] {
  0xA5, 0xC3, 0x3C, 0x5A, 0xFF, 0x63, 0x0C, 0x01, 0x01, 0xEE
});
2 Likes