文章链接
微信扫一扫分享
使用道具 举报
发表于 2013-12-19 12:52:25
void setup() { Serial.begin(9600); delay(100); } void loop() { char val = Serial.read(); if(val!=-1){ Serial.print(val); } delay(10); }复制代码
发表于 2013-12-19 18:56:34
发表于 2014-1-2 09:29:59
本版积分规则 回复 回帖并转播 回帖后跳转到最后一页
© 2013-2024 Comsenz Inc. Powered by Discuz! X3.4 Licensed