What is a parallel transmission standard?
What is a print routine and handshakes?
Refer to slides
What is parity for parallel transmission?
What is a serial transmission standard?
What are some examples of serial connections (serial transmission)?
Serial Connections
* RS232C standard (slow) serial connection
e.g. used on all PCs
→ will be discussed here
* RS422 fast serial bus using differential data lines:
Tx+,Tx-, Rx+,Rx- (e.g. original Macintosh)
* USB Universal Serial Bus (high speed serial connec.) today’s standard for PCs and Macs
REFER TO SLIDES FOR SPECIFICS
What are signals in reference to RS232C serial connections?
What is the order of transmission for RS232C?
a) 1 start bit (low)
b) 7 or 8 Bit, LSB first (least significant bit) basic ASCII code is only 7 bits, so this saves transmission time
c) 1 Parity bit (odd/even) or none
for transmission error detection
d) 1 or 2 stop bits (high)
e) Line remains idle until next byte is sent
What is the data transmission rate for RS232C?
Data Transmission Rate
* Measure in bits per second (bps)
* For binary signaling, bits-per-second (bps) equals the Baud rate (bd), measured in symbols per second
* Typical Baud rates:
1’200, 2’400, 4’800, 9’600, 19’200, 38’400, 57’600, 115’200, …
What is parity for serial transmission?
What is the general understanding of parity?
EXAMPLES OF RS232C
REFER TO SLIDES