摘要: //低位在前高位在后 public static byte[] CRC16LowHigh(IList<byte> data, int offset, int length) { int count = data.Count; if (count > 0 && offset + length <= c 阅读全文
posted @ 2023-08-31 10:40 晚霞起风了 阅读(793) 评论(0) 推荐(0)