arduino Serial.raed读取不到数据。
char str;void stup{Serial.begin(9600);}
void loop{
str=Serial.raed();Serial.println(str);delay(1000);}
可以参考