6 lines
321 B
Markdown
6 lines
321 B
Markdown
|
# 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
|