Arduino 串口数据传输,串口监视器问题。

2025-04-16 04:12:42
推荐回答(1个)
回答1:

int a=152;
char b=a;
发送b;
char b1;
int a1;
接收 b1;
a=b1;
a1的值就是152