OpenMV provides UART that can be accessed by Python via OpenMV IDE. Further information about UART API, you can read it on .
In this chapter, we try to access OpenMV UART via serial adapter which is used to upload a program too.
On the OpenMV Cam M7:
For demo, we use Arduino as UART target that is communicate with OpenMV.
Let's start!.