.. | ||
README.md | ||
UART_Receive.py | ||
UART_Send.py |
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