摘要: Arduino串口缓冲区默认为64字节,如果你单次传输的数据较多可以将arduino-1.0.5-r2\hardware\arduino\cores\arduino\HardwareSerial.cpp中的 #define SERIAL_BUFFER_SIZE 64 修改为 #define SE... 阅读全文
posted @ 2015-03-20 09:39 yinsua 阅读(2695) 评论(0) 推荐(0)