Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you may not be able to execute some actions.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
import time from pyb import UART
uart = UART(3, 9600,timeout=1000)
while(True): uart.write("Hello World!\n")
你放在while循环里了,他可不一直在发吗
timeout=1000是超时。
超时是什么意思?
https://forum.singtown.com/topic/6424/timeout的作用