Script UART communication ========================= This example uses :ref:`Script` node for `UART communication `__. Note that OAK cameras don't have UART pins easily disposed, and we soldered wires on `OAK-FFC-4P `__ to expose UART pins. .. note:: This should only be run on OAK-FFC-4P, as other OAK cameras might have different GPIO configuration. Demo #### .. raw:: html
.. figure:: https://user-images.githubusercontent.com/18037362/232458809-a36dc418-6bb5-411f-9172-5130a926191d.jpg Oscilloscope connected to the OAK-FFC-4P UART pins Setup ##### .. include:: /includes/install_from_pypi.rst Source code ########### .. tabs:: .. tab:: Python Also `available on GitHub `__ .. literalinclude:: ../../../../examples/Script/script_uart.py :language: python :linenos: .. tab:: C++ Not yet available .. include:: /includes/footer-short.rst