Serial.setTimeout(time)

设置使用Serial.readBytesUntil() 或Serial.readBytes()时等待串口数据的最大毫秒值. 默认为1000毫秒

参数

参数名

描述

time

以毫秒为单位的超时时间(long)。

最后更新于