摘要: 1.处理读取的两位高低8位报文,整理为一个补码:bytesTest是这两位报文的数组for (int i = 0; i < bytesTest.Length; i++){ string strTemp = System.Convert.ToString(bytesTest[i], 2); strTe 阅读全文
posted @ 2021-07-06 16:54 兔子家的苹果树丶 阅读(1125) 评论(0) 推荐(0)