![0_1564218680168_87ee2edf-2197-4441-835a-d158087133a1-图片.png](https://fcdn.singtown.com/6779fdf6-3771-4e02-bdd8-06e33b040b36.png)
import time
from pyb import UART
# Always pass UART 3 for the UART number for your OpenMV Cam.
# The second argument is the UART baud rate. For a more advanced UART control
# example see the BLE-Shield driver.
uart = UART(3, 115200, timeout_char=1000)
while(True):
print(uart.read())