将串行数据传输速率设置为位/秒(波特)。
参数名
描述
speed
位/秒 (波特)
void setup() { Serial.begin(9600); // 打开串口,设置数据传输速率为9600bps } void loop() {
最后更新于5年前