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原有程序上,再加一个串口1发送数据,原程序串口三uart = UART(3, 115200)在检测到物体时候会发送数据包 串口一配置函数是写成uart 1= UART(1, 115200)和uart1.write()吗?
没有任何问题。
uart3 = UART(3, 115200) uart1 = UART(1, 115200)
uart3.write()#在串口3发送 uart1.write()#在串口1发送