MicroPython-Examples/Example - UART Comms/README.md

6 lines
321 B
Markdown
Raw Permalink Normal View History

2024-05-10 13:41:15 +02:00
# UART Communication Example Script #
These scripts contains peer-to-peer communication using UART protocol. See usage below:
* **UART_Receive.py** is a Raspberry Pi 3B+ script as Receiver. Please adjust the port **/dev/ttyAMA0** accordingly.
* **UART_SEND.py** is an ESP8266 script as Sender. Please adjust accordingly