chfa2820 发表于 2014-5-20 15:53:32

C# int转byte

sb = add + 0x0A + 0x20 + vsp + 0xFF;

                if (sb > 0xFF)
                  sb = sb % 256;// '校验和大于256


                d10 = System.BitConverter.ToInt16(sb);

页: [1]
查看完整版本: C# int转byte