单片机接收C# serialPort 发送来的数据 是什么进制的

2025-02-26 18:42:03
推荐回答(1个)
回答1:

// 将 8 位无符号整数的数组转换为其用 Base64 数字编码的等效字符串表示形式。

Convert.ToBase64String(data);