1.
// 源数组 - 起始位置 -目的数组 - 起始位置 - 长度
System.Array.Copy(mcu_data, 2, read_mcu_data_whole, 0, mcu_data.Length - 4);//减去前后总共4个标记
1.
// 源数组 - 起始位置 -目的数组 - 起始位置 - 长度
System.Array.Copy(mcu_data, 2, read_mcu_data_whole, 0, mcu_data.Length - 4);//减去前后总共4个标记