Commit 4d38b6

2025-03-06 20:05:17 R. Bishop: Typo Corrections
communications/serial.md ..
@@ 2,7 2,7 @@
## What actually is Serial communication?
- To put it simply, Serial communication refers to the process of sending data one bit at a time, sequentially. This is performed over either a "communication channel" or a "computer bus". The contrast to serial communication is "Parallel Communication" in which serveral bits are sent as a whole over a link with multiple parallel channels.
+ To put it simply, Serial communication refers to the process of sending data one bit at a time, sequentially. This is performed over either a "communication channel" or a "computer bus". The contrast to serial communication is "Parallel Communication" in which several bits are sent as a whole over a link with multiple parallel channels.
---
@@ 10,7 10,7 @@
**Data Transmission**
- Think of each type of system as a road, in a parallel cable (8 bit, 16 bit, 32 bit, 64 bit, 124 bit) you have 1 lane per bit, when all of those lanes hit the junction (reciever), they have to all stop and stabalize before they are able to move on, so you end up with congestion. On a serial system, there is only 1 or sometimes (in a full duplex serial connection) 2 lanes. The data is never held up like traffic at a junction as only 1 bit of data can be in any lane at any one time.
+ Think of each type of system as a road, in a parallel cable (8 bit, 16 bit, 32 bit, 64 bit, 124 bit) you have 1 lane per bit, when all of those lanes hit the junction (receiver), they have to all stop and stabilize before they are able to move on, so you end up with congestion. On a serial system, there is only 1 or sometimes (in a full duplex serial connection) 2 lanes. The data is never held up like traffic at a junction as only 1 bit of data can be in any lane at any one time.
**Simplification**
@@ 33,12 33,12 @@
## Most common Serial Architectures
The most common Serial Architectures are listed below:
- - USB -> Univeral Serial Bus
+ - USB -> Universal Serial Bus
- SPI -> Serial Peripheral Interface
- I2C -> I squared C
- CAN -> Controller Area Network
- Modbus -> MODBUS
- - UART -> Universal Asynchronus Receiver-Transmitter
+ - UART -> Universal Asynchronous Receiver-Transmitter
- HDMI -> High-Definition Multimedia Interface
---
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