串口通讯后为什么两个字符串不同!!!

2025-04-13 17:43:47
推荐回答(1个)
回答1:

Serial.print("DATA:CREADY \r \n");
这里改为
Serial.print("DATA:CREADY");
应该就好了。