C#, Arduino und ein Byte dazwischen

Evtl. so?

byte[] data = new byte[1];
data[0] = 0x42;
serial.Write(data, 0, 1);