Arduino 串口读取相关函数 Posted on 2017年11月18日 by allenmo 串口相关的读取函数: Serial.read(); Serial.readString(); Serial.parseInt(); Serial.parseFloat(); 参考: http://www.toptechboy.com/arduino/lesson-12-simple-and-easy-way-to-read-strings-ints-and-floats-over-arduino-serial-port/ Post Views: 1,920