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).
为什么发送“hello world”只传输“hello”呢。。。
解决了,超时造成的,加上timeout_char=10这个参数就可以了
uart = UART(3, 19200,timeout_char=10)
mark