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).
使用OpenMV的串口通信,uart.write(bytes(0xAA)),结果在串口调试助手没有接收到东西,是bytes里面必须带2个字节的内容吗?
应该是
uart.write(bytes([0xAA]))