int PacketByteLen = 250;
int high = (byte)((PacketByteLen >> 8) & 0xff); int low = (byte)(PacketByteLen & 0xff);