diff --git a/uart.txt b/uart.txt index c80af4d..60b1a91 100644 --- a/uart.txt +++ b/uart.txt @@ -22,6 +22,8 @@ UART pins in BCM mode are: 14, 15 UART pins in WiringPi are: 15, 16 +REMEMBER TO CONNECT COMMON GROUND + UART is an asynchronous serial communication protocol, meaning that it takes bytes of data and transmits the individual bits in a sequential fashion. Asynchronous transmission allows data to be transmitted without the sender having to send a clock signal to the receiver. Instead, the sender and receiver agree on timing parameters in advance and special bits called 'start bits' are added to each word and used to synchronize the sending and receiving units.