Commit de555c

2025-03-06 20:09:23 R. Bishop: Added section on duplexing
communications/serial.md ..
@@ 30,6 30,20 @@
---
+ ## Full or Half duplex?
+
+ **What do we mean by duplex?**
+
+ A duplex communication system refers to any point-to-point (PTP) system composed of two or more connected devices which can communicate with each other in both directions. There are two common duplex communication systems: Full-Duplex (FDX) and Half-Duplex (HDX).
+
+ **What's the differences?**
+
+ In a **Full-Duplex** system, communication can occur in both directions simultaneously. Old-style telephone service lines are a prime example of an FDX communication system; both parties are able to speak and be heard by the other party simultaneously, there is a constant channel each way between them.
+
+ In a **Half-Duplex** (also known as a **semiduplex**) communication can only occur one way at a time. If device A would like to send data to device B, but device B is already sending data to device A, then device A will have to wait until device B has stopped transmitting to send data.
+
+ ---
+
## Most common Serial Architectures
The most common Serial Architectures are listed below:
0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9